From d962803440d3354de3c7160856d26c1630a98c95 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 25 Aug 2022 16:56:40 +0100 Subject: [PATCH] Commit unstaged hyudoro fix --- 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 0a362aa89..9134a8c73 100644 --- a/src/objects/hyudoro.c +++ b/src/objects/hyudoro.c @@ -405,7 +405,7 @@ Obj_HyudoroDeploy (mobj_t *master) center->radius = hyu->radius; - P_InitAngle(hyu, master->angle); + hyu->angle = hyu->old_angle = master->angle; P_SetTarget(&hyudoro_center(hyu), center); P_SetTarget(&hyudoro_center_master(center), master);