mirror of
https://github.com/n64decomp/mk64
synced 2026-08-18 13:12:55 -04:00
some rename for torch (#588)
* rename gBombKartSpawns, and fix cup ID * Update doxygen_syms.md * rename for gCourseIndexInCup and his constant * rename to gCupSelectedCourseIndex * forget a change in constant * fix compilation issue
This commit is contained in:
@@ -144,16 +144,16 @@ void func_8028E3A0(void) {
|
||||
|
||||
if (D_80150120) {
|
||||
|
||||
if (gCupCourseSelection == CUP_COURSE_FOUR) {
|
||||
if (gCourseIndexInCup == COURSE_FOUR) {
|
||||
gGotoMode = ENDING;
|
||||
} else {
|
||||
D_800DC544++;
|
||||
gCupCourseSelection++;
|
||||
gCourseIndexInCup++;
|
||||
gGotoMode = RACING;
|
||||
}
|
||||
} else {
|
||||
D_800DC544++;
|
||||
gCupCourseSelection++;
|
||||
gCourseIndexInCup++;
|
||||
gGotoMode = RACING;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user