From e7c0fd26ba95b81c0b55bc789e507f8b0c1c32f8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 16 Apr 2016 21:28:08 +0200 Subject: [PATCH] - restored an accidentally deleted line in the Heresiarch code. --- src/g_hexen/a_heresiarch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/g_hexen/a_heresiarch.cpp b/src/g_hexen/a_heresiarch.cpp index d6ce35d18..6cade1002 100644 --- a/src/g_hexen/a_heresiarch.cpp +++ b/src/g_hexen/a_heresiarch.cpp @@ -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