mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 03:22:35 +00:00
Remove unnecessary set old_angle after Hyudoro spawn
This commit is contained in:
parent
05dd7d7871
commit
2ba523e45c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue