diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index 925de7b8..da3b424b 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -125,6 +125,8 @@ struct obj_game int time_limit; int gametype; + int warmup; + int teamscore[2]; }; |