diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 21941f06..103e4a01 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -118,12 +118,15 @@ protected: int teamscore[2]; + int warmup; int round_count; public: int gametype; gameobject(); + void do_warmup(int seconds); + void startround(); void endround(); |