diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 16:50:09 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 16:50:09 -0600 |
| commit | c4721b2df546b77773e184c8c2ce3b3d83b17542 (patch) | |
| tree | a7a6c4efa172e86676860ea181b652a950ee4879 | |
| parent | 98d55ab603e503c03456013b1bda0072d3e8725e (diff) | |
Cleanup
| -rw-r--r-- | src/port/Game.cpp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/port/Game.cpp b/src/port/Game.cpp index d72c5f120..4d563659d 100644 --- a/src/port/Game.cpp +++ b/src/port/Game.cpp @@ -86,31 +86,6 @@ Editor::Editor gEditor; s32 gTrophyIndex = NULL; void CustomEngineInit() { - - // auto gMarioRaceway = std::make_unique<MarioRaceway>(); - // gChocoMountain = new ChocoMountain(); - // gBowsersCastle = new BowsersCastle(); - // gBansheeBoardwalk = new BansheeBoardwalk(); - // gYoshiValley = new YoshiValley(); - // gFrappeSnowland = new FrappeSnowland(); - // gKoopaTroopaBeach = new KoopaTroopaBeach(); - // gRoyalRaceway = new RoyalRaceway(); - // gLuigiRaceway = new LuigiRaceway(); - // gMooMooFarm = new MooMooFarm(); - // gToadsTurnpike = new ToadsTurnpike(); - // gKalimariDesert = new KalimariDesert(); - // gSherbetLand = new SherbetLand(); - // gRainbowRoad = new RainbowRoad(); - // gWarioStadium = new WarioStadium(); - // gBlockFort = new BlockFort(); - // gSkyscraper = new Skyscraper(); - // gDoubleDeck = new DoubleDeck(); - // gDkJungle = new DKJungle(); - // gBigDonut = new BigDonut(); - // gPodiumCeremony = new PodiumCeremony(); - // gHarbour = new Harbour(); - // gTestCourse = new TestCourse(); - /* Add all courses to the global course list */ Course* mario = gWorldInstance.AddCourse(std::make_unique<MarioRaceway>()); Course* choco = gWorldInstance.AddCourse(std::make_unique<ChocoMountain>()); |
