mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
parent
8833cdb03f
commit
edefc7bde3
@ -1465,7 +1465,12 @@ bool Inter_v1::o1_keyFunc(char &cmdCount, int16 &counter, int16 &retFlag) {
|
||||
|
||||
if (flag != 1) {
|
||||
if (flag != 2) {
|
||||
_vm->_util->longDelay(flag);
|
||||
if (flag < 20) {
|
||||
_vm->_util->delay(flag);
|
||||
_noBusyWait = true;
|
||||
}
|
||||
else
|
||||
_vm->_util->longDelay(flag);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user