You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
added option to exit course while moving
This commit is contained in:
@@ -1751,8 +1751,12 @@ s16 render_pause_courses_and_castle(void) {
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if (gMarioStates[0].action & ACT_FLAG_PAUSE_EXIT) {
|
||||
#ifndef EXIT_COURSE_WHILE_MOVING
|
||||
s32 exitCheck = gMarioStates[0].action & ACT_FLAG_PAUSE_EXIT;
|
||||
#else
|
||||
s32 exitCheck = 1;
|
||||
#endif
|
||||
if (exitCheck) {
|
||||
#ifndef DISABLE_EXIT_COURSE
|
||||
render_pause_course_options(99, 93, &gDialogLineNum, 15);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user