mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let Waypoint Anchors apply to multiple waypoints with the same ID
This commit is contained in:
parent
ebb3471124
commit
aa80132976
1 changed files with 1 additions and 2 deletions
|
|
@ -1937,8 +1937,7 @@ void K_AdjustWaypointsParameters (void)
|
|||
waypointmobj;
|
||||
waypointmobj = waypointmobj->tracer
|
||||
){
|
||||
if (K_AnchorWaypointRadius(waypointmobj, anchor))
|
||||
break;
|
||||
K_AnchorWaypointRadius(waypointmobj, anchor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue