diff options
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 |