diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 16:08:57 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2025-01-09 16:08:57 +0100 |
commit | 75cbcb0442bd8849ed109a34e7529b400eecbb30 (patch) | |
tree | 5d92efce11ffda43792aee0e2d93b31cf73ded30 /game/player | |
parent | dc8140877c1ae638285d812035473591a1814ce7 (diff) |
cleanup
Diffstat (limited to 'game/player')
-rw-r--r-- | game/player/PlayerScript.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/player/PlayerScript.h b/game/player/PlayerScript.h index 0fe21d1..0b77caa 100644 --- a/game/player/PlayerScript.h +++ b/game/player/PlayerScript.h @@ -15,8 +15,6 @@ private: private: int prev_anim = 0; - bool gravity_mode = true; - bool fall_direction = false; std::chrono::time_point<std::chrono::steady_clock> last_fired; std::chrono::time_point<std::chrono::steady_clock> last_switched; std::chrono::duration<float> shot_delay = std::chrono::duration<float>(0.5); |