1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 15:11:49 +00:00

Merge pull request #13 from doa3/master

Waypoints for Interchange
This commit is contained in:
INeedGames
2021-06-14 10:43:22 -06:00
committed by GitHub
2 changed files with 1434 additions and 0 deletions

View File

@ -964,6 +964,9 @@ load_waypoints()
case "mp_village":
level.waypoints = maps\mp\bots\waypoints\village::Village();
break;
case "mp_interchange":
level.waypoints = maps\mp\bots\waypoints\interchange::Interchange();
break;
case "mp_test":
level.waypoints = maps\mp\bots\waypoints\testmap::TestMap();
break;

File diff suppressed because it is too large Load Diff