This commit is contained in:
Tyler Young 2024-08-07 19:47:31 -04:00
parent ac58fe0342
commit 6d84103847

View file

@ -2300,6 +2300,7 @@ void sv_way_print_sorted_open_set() {
Con_Printf("%.0f, ",waypoints[openset_waypoints[i]].f_score);
}
Con_Printf("\n");
}
//
// Removes a waypoint from a set, if it belongs to it.