Merge pull request #8 from super23/super23-patch-2

More wps hardhat
This commit is contained in:
INeedGames 2021-06-13 23:50:27 -06:00 committed by GitHub
commit 08577974dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1264 additions and 0 deletions

View File

@ -934,6 +934,9 @@ load_waypoints()
case "mp_paris": case "mp_paris":
level.waypoints = maps\mp\bots\waypoints\resistance::Resistance(); level.waypoints = maps\mp\bots\waypoints\resistance::Resistance();
break; break;
case "mp_hardhat":
level.waypoints = maps\mp\bots\waypoints\hardhat::Hardhat();
break;
case "mp_bootleg": case "mp_bootleg":
level.waypoints = maps\mp\bots\waypoints\bootleg::Bootleg(); level.waypoints = maps\mp\bots\waypoints\bootleg::Bootleg();
break; break;

File diff suppressed because it is too large Load Diff