diff --git a/internal/c/libqb.cpp b/internal/c/libqb.cpp index 15802eb17..c8f0c9291 100644 --- a/internal/c/libqb.cpp +++ b/internal/c/libqb.cpp @@ -21001,11 +21001,12 @@ int32 func__printwidth(qbs* text, int32 screenhandle, int32 passed){ //6. Enable autodisplay autodisplay=1; //7. Wait for a new keypress - /*do{ - SDL_Delay(0); + do{ + //SDL_Delay(0); + Sleep(100); if (stop_program) end(); - }while(qbs_cleanup(qbs_tmp_base,qbs_equal(qbs_inkey(),qbs_new_txt(""))));*/ - sub_sleep(NULL, 0); + }while(qbs_cleanup(qbs_tmp_base,qbs_equal(qbs_inkey(),qbs_new_txt("")))); + //sub_sleep(NULL, 0); }else{ if (console){