diff --git a/src/tunnels_player.hpp b/src/tunnels_player.hpp index 86c15f0..656081b 100644 --- a/src/tunnels_player.hpp +++ b/src/tunnels_player.hpp @@ -19,7 +19,6 @@ class TunnelsPlayer : public Node3D, public IPlayer { enum State { ManualControl = 0x0, Tactics = 0x1, - Overview = 0x2, }; public: @@ -66,7 +65,6 @@ private: static float const ROTATION_Y_MIN_INFLUENCE; static float const ROTATION_MARGIN_TACTICS_MUL; static float const ROTATION_MARGIN; - static float const TACTICS_MOVEMENT_SPEED; }; }