diff options
Diffstat (limited to 'src/game/server/gamecontroller.hpp')
| -rw-r--r-- | src/game/server/gamecontroller.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/server/gamecontroller.hpp b/src/game/server/gamecontroller.hpp index 2cffc8a8..89a8ad46 100644 --- a/src/game/server/gamecontroller.hpp +++ b/src/game/server/gamecontroller.hpp @@ -47,13 +47,12 @@ protected: int round_count; int game_flags; - + int unbalanced_tick; + bool force_balanced; public: bool is_teamplay() const; - int unbalanced_tick; - GAMECONTROLLER(); void do_team_score_wincheck(); @@ -65,6 +64,8 @@ public: void endround(); bool is_friendly_fire(int cid1, int cid2); + + bool is_force_balanced(); /* |