Commit unstaged hyudoro fix

This commit is contained in:
toaster 2022-08-25 16:56:40 +01:00
parent 3a4b485c5d
commit d962803440

View file

@ -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);