diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-08 09:11:32 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-08 09:11:32 +0000 |
| commit | 711aa0db763e31bd7916ea31f5f3f934e4000ab8 (patch) | |
| tree | e1686806f10c77b8fa3e8e0225d12e726de4e136 /src/game/game_protocol.h | |
| parent | 4fcab5c8f1b2d4f8405d4ef86b69d2c916184929 (diff) | |
| download | zcatch-711aa0db763e31bd7916ea31f5f3f934e4000ab8.tar.gz zcatch-711aa0db763e31bd7916ea31f5f3f934e4000ab8.zip | |
update, gui stuff, some engine stuff
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 |