From 2ba523e45cd347c0f0ca686601efd334fb3b914f Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 1 Oct 2022 15:01:47 -0700 Subject: [PATCH] Remove unnecessary set old_angle after Hyudoro spawn --- src/objects/hyudoro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/hyudoro.c b/src/objects/hyudoro.c index 9134a8c73..53b7ddc91 100644 --- a/src/objects/hyudoro.c +++ b/src/objects/hyudoro.c @@ -405,7 +405,7 @@ Obj_HyudoroDeploy (mobj_t *master) center->radius = hyu->radius; - hyu->angle = hyu->old_angle = master->angle; + hyu->angle = master->angle; P_SetTarget(&hyudoro_center(hyu), center); P_SetTarget(&hyudoro_center_master(center), master);