forked from Popn_Tools/popnhax
wip fix auto hispeed soflan retry
This commit is contained in:
parent
2514f4c741
commit
5073cbaa9a
@ -1014,6 +1014,11 @@ void quickexit_result_loop()
|
|||||||
__asm("skip_quickexit_pfree_check:");
|
__asm("skip_quickexit_pfree_check:");
|
||||||
__asm("jmp call_real_result\n");
|
__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
|
g_return_to_options = true; //transition screen hook will catch it
|
||||||
__asm("jmp call_real_result\n");
|
__asm("jmp call_real_result\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user