mirror of
https://github.com/CrazyRedMachine/popnhax.git
synced 2025-02-03 12:53:35 +01:00
fix back to song select in pfree
This commit is contained in:
parent
6950deeccb
commit
a3c05cb55f
@ -283,7 +283,9 @@ void quickexit_screen_transition()
|
|||||||
else if (g_return_to_song_select)
|
else if (g_return_to_song_select)
|
||||||
{
|
{
|
||||||
__asm("mov dword ptr [edi+0x30], 0x17\n");
|
__asm("mov dword ptr [edi+0x30], 0x17\n");
|
||||||
//flag is set back to false in hook_stage_increment
|
if (g_pfree_mode)
|
||||||
|
g_return_to_song_select = false;
|
||||||
|
//flag is set back to false in hook_stage_increment otherwise
|
||||||
}
|
}
|
||||||
real_screen_transition();
|
real_screen_transition();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user