mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-28 01:16:47 -04:00
make id of cup more robust and fix a mistake (#604)
* fix id koopa troopa beach * make id of cup more robust
This commit is contained in:
@@ -135,6 +135,13 @@ void CustomEngineInit() {
|
||||
"mk:skyscraper"
|
||||
});
|
||||
|
||||
/* Validate Cup Track IDs */
|
||||
gMushroomCup->ValidateTrackIds(gTrackRegistry);
|
||||
gFlowerCup->ValidateTrackIds(gTrackRegistry);
|
||||
gStarCup->ValidateTrackIds(gTrackRegistry);
|
||||
gSpecialCup->ValidateTrackIds(gTrackRegistry);
|
||||
gBattleCup->ValidateTrackIds(gTrackRegistry);
|
||||
|
||||
/* Instantiate Cups */
|
||||
GetWorld()->AddCup(gMushroomCup);
|
||||
GetWorld()->AddCup(gFlowerCup);
|
||||
|
||||
Reference in New Issue
Block a user