Merge pull request #5 from super23/super23-patch-1

Waypoints
This commit is contained in:
INeedGames 2021-06-13 14:25:48 -06:00 committed by GitHub
commit 4191007575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2645 additions and 0 deletions

View File

@ -922,6 +922,12 @@ load_waypoints()
case "mp_seatown":
level.waypoints = maps\mp\bots\waypoints\seatown::Seatown();
break;
case "mp_hardhat":
level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat();
break;
case "mp_paris":
level.waypoints = maps\mp\bots\waypoints\resistance::Resistance();
break;
default:
maps\mp\bots\waypoints\_custom_map::main(mapname);
break;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff