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 46c17ed8..4b84b272 100644 --- a/src/game/server/srv_common.h +++ b/src/game/server/srv_common.h @@ -186,6 +186,7 @@ public: int weapon; int bounce; float force; + int start_tick; projectile(int type, int owner, vec2 pos, vec2 vel, int span, entity* powner, int damage, int flags, float force, int sound_impact, int weapon); |