feat: removed references to overview mode and tactics movement

This commit is contained in:
Sara 2024-05-02 15:06:36 +02:00
parent 85b0c66cb3
commit f8ffa67a11

View file

@ -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;
};
}