Update src/menu.c

Co-authored-by: Fazana <52551480+FazanaJ@users.noreply.github.com>
This commit is contained in:
David Benepe
2022-12-09 11:12:30 -06:00
committed by GitHub
co-authored by Fazana
parent d0306bedea
commit 91fe0e4d7f
+1 -1
View File
@@ -7551,7 +7551,7 @@ void menu_trophy_race_round_init(void) {
}
levelId = levelIds[((gTrophyRaceWorldId - 1) * 6) + gTrophyRaceRound];
while (levelId == (MapId)-1) {
while (levelId == (MapId) -1) {
levelId = (levelId + 1) & 3;
}