1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-29 07:31:50 +00:00

Merge pull request #9 from doa3/master

Underground and Mission waypoints
This commit is contained in:
INeedGames
2021-06-13 23:51:02 -06:00
committed by GitHub
3 changed files with 2438 additions and 0 deletions

View File

@ -946,6 +946,12 @@ load_waypoints()
case "mp_carbon":
level.waypoints = maps\mp\bots\waypoints\carbon::Carbon();
break;
case "mp_underground":
level.waypoints = maps\mp\bots\waypoints\underground::Underground();
break;
case "mp_bravo":
level.waypoints = maps\mp\bots\waypoints\mission::Mission();
break;
case "mp_rust":
level.waypoints = maps\mp\bots\waypoints\rust::Rust();
break;