Bugfix: Save & Quit crashes game (#548)

This commit is contained in:
Gregory Heskett
2022-12-08 10:41:50 -05:00
committed by GitHub
parent 22b3c9ba08
commit d028d6ea7d

View File

@@ -102,6 +102,7 @@ const LevelScript level_intro_mario_head_regular[] = {
TRANSITION(/*transType*/ WARP_TRANSITION_FADE_FROM_STAR, /*time*/ 20, /*color*/ 0x00, 0x00, 0x00),
SLEEP(/*frames*/ 20),
#else
PUSH_POOL(),
BLACKOUT(/*active*/ FALSE),
#endif
CALL_LOOP(/*arg*/ LVL_INTRO_REGULAR, /*func*/ lvl_intro_update),