Fix corrupted mod levels showing up on title screen
This commit is contained in:
parent
90cea5c21d
commit
1a0d738a0c
|
@ -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…
Reference in New Issue