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

Removes Sleep(0) from qbs_inkey

Addresses #166
This commit is contained in:
Fellippe Heitor 2021-05-24 16:19:55 -03:00
parent 22de56f4e9
commit 5e05664896

View file

@ -6776,7 +6776,7 @@ int32 func__str_compare(qbs *s1, qbs *s2) {
qbs *qbs_inkey(){
if (new_error) return qbs_new(0,1);
qbs *tqbs;
Sleep(0);
// Sleep(0);
tqbs=qbs_new(2,1);
if (cmem[0x41a]!=cmem[0x41c]){
tqbs->chr[0]=cmem[0x400+cmem[0x41a]];