mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- typo in Lostsoul definition.
This commit is contained in:
parent
e3bee84860
commit
75c20ebaa6
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue