From 982db98faec1ba28ff74fdd594ced77e4197cc02 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 7 Oct 2007 15:32:54 +0000 Subject: added sniperscope.. press F to test --- src/game/game_protocol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/game_protocol.h') 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; }; -- cgit 1.4.1