about summary refs log tree commit diff
path: root/src/game/server/srv_common.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-09 17:15:18 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-12-09 17:15:18 +0000
commit6b2fa3403cf144276fc73fc3344e1a5c36f7aeac (patch)
treea876beda8da762e998356c81d528a62162eaf0aa /src/game/server/srv_common.h
parent7366995539f60d4dd3bd1cde99cfc4ce4292cbbe (diff)
downloadzcatch-6b2fa3403cf144276fc73fc3344e1a5c36f7aeac.tar.gz
zcatch-6b2fa3403cf144276fc73fc3344e1a5c36f7aeac.zip
fixed weapon queuing
Diffstat (limited to 'src/game/server/srv_common.h')
-rw-r--r--src/game/server/srv_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/server/srv_common.h b/src/game/server/srv_common.h
index 80a5260b..25af52b0 100644
--- a/src/game/server/srv_common.h
+++ b/src/game/server/srv_common.h
@@ -240,6 +240,7 @@ public:
 	} weapons[NUM_WEAPONS];
 	int active_weapon;
 	int last_weapon;
+	int wanted_weapon;
 	int reload_timer;
 	int attack_tick;