diff options
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; |