wip fix auto hispeed soflan retry

This commit is contained in:
CrazyRedMachine 2024-01-03 02:31:22 +01:00
parent 2514f4c741
commit 5073cbaa9a

View File

@ -1014,6 +1014,11 @@ void quickexit_result_loop()
__asm("skip_quickexit_pfree_check:");
__asm("jmp call_real_result\n");
}
else
{
if (g_mystery_bpm || g_low_bpm != g_hi_bpm)
g_soflan_retry = true;
}
g_return_to_options = true; //transition screen hook will catch it
__asm("jmp call_real_result\n");