diff options
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index cd2652fb..6a18a66b 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -244,6 +244,8 @@ public: int attack_tick; int sniper_chargetick; + + int bomb_firetick; int damage_taken; @@ -317,6 +319,7 @@ public: int handle_weapons(); int handle_ninja(); int handle_sniper(); + int handle_bomb(); virtual void tick(); virtual void tick_defered(); |