diff options
Diffstat (limited to 'src/game/server/srv_common.h')
| -rw-r--r-- | src/game/server/srv_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h index 22aa4535..f01dd39c 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -119,6 +119,8 @@ protected: int teamscore[2]; + int round_count; + public: int gametype; gameobject(); |