diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index 982a14b2..7c9f648f 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -73,9 +73,9 @@ enum STATE_IN_MENU, STATE_CHATTING, - //GAMETYPE_DM=0, - //GAMETYPE_TDM, - //GAMETYPE_CTF, + GAMETYPE_DM=0, + GAMETYPE_TDM, + GAMETYPE_CTF, }; struct player_input |