about summary refs log tree commit diff
path: root/src/game/game_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_protocol.h')
-rw-r--r--src/game/game_protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game_protocol.h b/src/game/game_protocol.h
index da3b424b..7172e8a5 100644
--- a/src/game/game_protocol.h
+++ b/src/game/game_protocol.h
@@ -84,6 +84,9 @@ struct player_input
 	int blink;
 	int activeweapon;
 	int state;
+	
+	int next_weapon;
+	int prev_weapon;
 };