mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- restored an accidentally deleted line in the Heresiarch code.
This commit is contained in:
parent
0f6a567055
commit
e7c0fd26ba
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ DEFINE_ACTION_FUNCTION(AActor, A_SorcFX2Orbit)
|
|||
else // Clock wise
|
||||
{
|
||||
self->specialf1 -= 10;
|
||||
angle = self->specialf1;
|
||||
pos = parent->Vec3Angle(dist, angle, parent->Floorclip + SORC_DEFENSE_HEIGHT);
|
||||
pos.Z += 20 * angle.Sin();
|
||||
// Spawn trailer
|
||||
|
|
Loading…
Reference in a new issue