aboutsummaryrefslogtreecommitdiff
path: root/game/player/PlayerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/player/PlayerScript.h')
-rw-r--r--game/player/PlayerScript.h2
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);