diff options
Diffstat (limited to 'game/hud/SpeedScript.h')
-rw-r--r-- | game/hud/SpeedScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/hud/SpeedScript.h b/game/hud/SpeedScript.h index 6c15a89..b40f7cc 100644 --- a/game/hud/SpeedScript.h +++ b/game/hud/SpeedScript.h @@ -10,6 +10,6 @@ public: private: crepe::SaveManager * savemgr; - bool toggle = true; + bool toggle = false; float timescale = 1; }; |