diff options
Diffstat (limited to 'game/hud/SpeedScript.h')
-rw-r--r-- | game/hud/SpeedScript.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/hud/SpeedScript.h b/game/hud/SpeedScript.h index 76ada4f..6c15a89 100644 --- a/game/hud/SpeedScript.h +++ b/game/hud/SpeedScript.h @@ -7,8 +7,9 @@ class SpeedScript : public crepe::Script { public: void init() override; void fixed_update(crepe::duration_t dt) override; + private: - crepe::SaveManager* savemgr; + crepe::SaveManager * savemgr; bool toggle = true; float timescale = 1; }; |