Fix corrupted mod levels showing up on title screen

This commit is contained in:
Agent X 2023-12-27 23:58:43 -05:00
parent 90cea5c21d
commit 1a0d738a0c
1 changed files with 2 additions and 1 deletions

View File

@ -1493,7 +1493,8 @@ void update_menu_level(void) {
stop_demo(NULL);
}
dynos_warp_to_level(curLevel, 1, 6);
gChangeLevel = curLevel;
gChangeActNum = 6;
gDemoCountdown = 0;
}
if (gIsDemoActive) { return; }