diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 17:15:18 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 17:15:18 +0000 |
| commit | 6b2fa3403cf144276fc73fc3344e1a5c36f7aeac (patch) | |
| tree | a876beda8da762e998356c81d528a62162eaf0aa /src/game/server/srv_common.h | |
| parent | 7366995539f60d4dd3bd1cde99cfc4ce4292cbbe (diff) | |
| download | zcatch-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.h | 1 |
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; |