diff options
Diffstat (limited to 'src/game/g_missile.c')
-rw-r--r-- | src/game/g_missile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_missile.c b/src/game/g_missile.c index 373bf390..2991ec48 100644 --- a/src/game/g_missile.c +++ b/src/game/g_missile.c @@ -465,6 +465,9 @@ gentity_t *fire_luciferCannon( gentity_t *self, vec3_t start, vec3_t dir, bolt->splashMethodOfDeath = MOD_LCANNON_SPLASH; bolt->clipmask = MASK_SHOT; bolt->target_ent = NULL; + + // Pass the missile charge through + bolt->s.torsoAnim = damage; bolt->s.pos.trType = TR_LINEAR; bolt->s.pos.trTime = level.time - MISSILE_PRESTEP_TIME; // move a bit on the very first frame |