mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 20:43:15 +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
|
else // Clock wise
|
||||||
{
|
{
|
||||||
self->specialf1 -= 10;
|
self->specialf1 -= 10;
|
||||||
|
angle = self->specialf1;
|
||||||
pos = parent->Vec3Angle(dist, angle, parent->Floorclip + SORC_DEFENSE_HEIGHT);
|
pos = parent->Vec3Angle(dist, angle, parent->Floorclip + SORC_DEFENSE_HEIGHT);
|
||||||
pos.Z += 20 * angle.Sin();
|
pos.Z += 20 * angle.Sin();
|
||||||
// Spawn trailer
|
// Spawn trailer
|
||||||
|
|
Loading…
Reference in a new issue