diff options
| author | jacob1 <jfu614@gmail.com> | 2013-07-02 19:09:00 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-07-02 19:09:00 (GMT) |
| commit | 519d220101acbfcda9f6843d94182ed77a691c25 (patch) | |
| tree | d90ec9787cd61b91a8d20888fbfe97c8d9dd5267 /src/client/GameSave.h | |
| parent | c1320d200735ab3a0e25d169a4bb329de2bb40ba (diff) | |
| download | powder-519d220101acbfcda9f6843d94182ed77a691c25.zip powder-519d220101acbfcda9f6843d94182ed77a691c25.tar.gz | |
save more settings in powder.pref like ngrav_enable, aheat_enable, pretty powders, and debug hud. Also save ambient heat in saves, and add a warning in the intro text in betas that you can't save publically
Diffstat (limited to 'src/client/GameSave.h')
| -rw-r--r-- | src/client/GameSave.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/GameSave.h b/src/client/GameSave.h index cbabb3e..559b3a0 100644 --- a/src/client/GameSave.h +++ b/src/client/GameSave.h @@ -42,6 +42,7 @@ public: bool waterEEnabled; bool legacyEnable; bool gravityEnable; + bool aheatEnable; bool paused; int gravityMode; int airMode; |
