- typo in Lostsoul definition.

This commit is contained in:
Christoph Oelckers 2016-11-07 21:30:08 +01:00
parent e3bee84860
commit 75c20ebaa6

View file

@ -102,7 +102,7 @@ extend class Actor
A_PlaySound(AttackSound, CHAN_VOICE); A_PlaySound(AttackSound, CHAN_VOICE);
A_FaceTarget(); A_FaceTarget();
VelFromAngle(skullspeed); VelFromAngle(skullspeed);
Vel.Z = (target.pos.Z + target.Height/2 - Vel.Z) / DistanceBySpeed(target, speed); Vel.Z = (target.pos.Z + target.Height/2 - pos.Z) / DistanceBySpeed(target, speed);
} }
void A_BetaSkullAttack() void A_BetaSkullAttack()