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 7b6e7e1e..22aa4535 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -117,6 +117,8 @@ protected: int game_over_tick; int sudden_death; + int teamscore[2]; + public: int gametype; gameobject(); |