mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
Decrease delay to make it less likely that the Simon 1 (and other?) save/load
dialog misses keystrokes. svn-id: r22401
This commit is contained in:
parent
1d324dd2d2
commit
fa82f0b066
@ -384,7 +384,7 @@ start_over_2:;
|
||||
}
|
||||
goto start_over;
|
||||
}
|
||||
delay(100);
|
||||
delay(10);
|
||||
} while (_lastHitArea3 == 0);
|
||||
|
||||
ha = _lastHitArea;
|
||||
|
Loading…
Reference in New Issue
Block a user