start fallen wps

This commit is contained in:
guy
2021-07-16 11:45:33 -06:00
parent 66e9536c07
commit f069eb35df
3 changed files with 1649 additions and 2 deletions
+6 -2
View File
@@ -1002,15 +1002,19 @@ load_waypoints()
case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break;
case "mp_aground_ss":
level.waypoints = maps\mp\bots\waypoints\aground::Aground();
break;
case "mp_radar":
case "mp_radar":
level.waypoints = maps\mp\bots\waypoints\outpost::Outpost();
break;
case "mp_lambeth":
level.waypoints = maps\mp\bots\waypoints\fallen::Fallen();
break;
default:
maps\mp\bots\waypoints\_custom_map::main( mapname );
break;
File diff suppressed because it is too large Load Diff