mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed: Heretic powered firemace balls didn't seek their target.
This commit is contained in:
parent
f33993dcb5
commit
65b70dedaa
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_DeathBallImpact)
|
|||
}
|
||||
else
|
||||
{ // Seek
|
||||
self->angle = self->AngleTo(target);
|
||||
angle = self->AngleTo(target);
|
||||
newAngle = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue