diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-25 08:54:14 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-25 08:54:14 +0000 |
| commit | 0e7054a24abfe2074aa5bbc556205cf2381bb87a (patch) | |
| tree | 9ed115048844f1938392bcba04a36816fc83d827 /src/game/game_protocol.h | |
| parent | 89ccbd4f7b478b49329fa39be62ee3a5b38641bc (diff) | |
| download | zcatch-0e7054a24abfe2074aa5bbc556205cf2381bb87a.tar.gz zcatch-0e7054a24abfe2074aa5bbc556205cf2381bb87a.zip | |
made a switch for gametype
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 |