diff options
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index 0300c88a..c6fb28c7 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -70,9 +70,9 @@ enum STATE_IN_MENU, STATE_CHATTING, - GAMETYPE_DM=0, - GAMETYPE_TDM, - GAMETYPE_CTF, + //GAMETYPE_DM=0, + //GAMETYPE_TDM, + //GAMETYPE_CTF, }; struct player_input @@ -181,6 +181,7 @@ struct obj_player : public obj_player_core int health; int armor; int ammocount; + int weaponstage; int weapon; // current active weapon |