Let Waypoint Anchors apply to multiple waypoints with the same ID

This commit is contained in:
James R 2020-05-04 17:33:43 -07:00
parent ebb3471124
commit aa80132976

View file

@ -1937,8 +1937,7 @@ void K_AdjustWaypointsParameters (void)
waypointmobj;
waypointmobj = waypointmobj->tracer
){
if (K_AnchorWaypointRadius(waypointmobj, anchor))
break;
K_AnchorWaypointRadius(waypointmobj, anchor);
}
}
}