diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-11-24 14:07:06 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-11-24 14:07:06 +0000 |
| commit | 79d495233fa7f14c3ad5ad3e6c3db26220d2f2a3 (patch) | |
| tree | b1c1df5a3cb1685fe22f7a253f5d3404ddb11765 /src/game/game_protocol.h | |
| parent | 51710edd8e8869a8233e7b8c4204e6b2e3fcbe42 (diff) | |
| download | zcatch-79d495233fa7f14c3ad5ad3e6c3db26220d2f2a3.tar.gz zcatch-79d495233fa7f14c3ad5ad3e6c3db26220d2f2a3.zip | |
autoswitch weapons option
Diffstat (limited to 'src/game/game_protocol.h')
| -rw-r--r-- | src/game/game_protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h index eb59590a..1060a653 100644 --- a/src/game/game_protocol.h +++ b/src/game/game_protocol.h @@ -48,7 +48,8 @@ enum MSG_EMOTICON, MSG_STARTINFO, // client -> server MSG_CHANGEINFO, // client -> server - MSG_READY_TO_ENTER // server -> client + MSG_READY_TO_ENTER, // server -> client + MSG_WEAPON_PICKUP }; enum |