- typo in Lostsoul definition.

This commit is contained in:
Christoph Oelckers 2016-11-07 21:30:08 +01:00
parent e3bee84860
commit 75c20ebaa6
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ extend class Actor
A_PlaySound(AttackSound, CHAN_VOICE);
A_FaceTarget();
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()