mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +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