1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

[mq]: 2014-07-24_07-03-40_r72+.diff

This commit is contained in:
SMcNeill 2014-07-24 07:03:56 -04:00
parent e149393a93
commit 83489ad292

View file

@ -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){