diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 11:17:34 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-06 11:17:34 +0100 |
commit | 2c4494e371881361e5c883e8fe6952af3400cadc (patch) | |
tree | f674900ae50fe6549db346e00322ca06955a8025 /game/hud/SpeedScript.h | |
parent | 2b187c58f192cad0f2f22d5f7733e54d53f34e19 (diff) | |
parent | f693119c9e102a9b51a1015168ee2a56f2309dd1 (diff) |
script speed fix
Diffstat (limited to 'game/hud/SpeedScript.h')
-rw-r--r-- | game/hud/SpeedScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/hud/SpeedScript.h b/game/hud/SpeedScript.h index 1cc4368..8bd7271 100644 --- a/game/hud/SpeedScript.h +++ b/game/hud/SpeedScript.h @@ -5,6 +5,7 @@ class SpeedScript : public crepe::Script { public: + void init() override; void fixed_update(crepe::duration_t dt) override; private: crepe::SaveManager* savemgr; |