From 5073cbaa9a816c150f9139fe4e0855f379f6f1b8 Mon Sep 17 00:00:00 2001 From: CrazyRedMachine Date: Wed, 3 Jan 2024 02:31:22 +0100 Subject: [PATCH] wip fix auto hispeed soflan retry --- popnhax/dllmain.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/popnhax/dllmain.cc b/popnhax/dllmain.cc index e490b55..418f5fe 100644 --- a/popnhax/dllmain.cc +++ b/popnhax/dllmain.cc @@ -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");