diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 5986c17a..efebe384 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -254,7 +254,8 @@ public: int active_weapon; int last_weapon; - int wanted_weapon; + int queued_weapon; + int reload_timer; int attack_tick; @@ -335,6 +336,9 @@ public: void set_weapon(int w); + void handle_weaponswitch(); + void do_weaponswitch(); + int handle_weapons(); int handle_ninja(); |