mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-01-06 06:52:40 +00:00
Fix corrupted mod levels showing up on title screen
This commit is contained in:
parent
90cea5c21d
commit
1a0d738a0c
1 changed files with 2 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue