From 79d495233fa7f14c3ad5ad3e6c3db26220d2f2a3 Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Sat, 24 Nov 2007 14:07:06 +0000 Subject: autoswitch weapons option --- src/game/game_protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/game_protocol.h') 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 -- cgit 1.4.1