diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index f04df148..cd28b2d5 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -47,6 +47,10 @@ enum STATE_PLAYING, STATE_IN_MENU, STATE_CHATTING, + + GAMETYPE_DM=0, + GAMETYPE_TDM, + GAMETYPE_CTF, }; struct player_input |