mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Opps, that delay change should not have been commited
svn-id: r7708
This commit is contained in:
parent
dad6d27b83
commit
16c2fe1436
@ -2528,7 +2528,7 @@ void SimonState::o_wait_for_vga(uint a) {
|
|||||||
processSpecialKeys();
|
processSpecialKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
delay(1);
|
delay(10);
|
||||||
|
|
||||||
if (_game & GF_SIMON2) {
|
if (_game & GF_SIMON2) {
|
||||||
if (_timer_1 >= 1000) {
|
if (_timer_1 >= 1000) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user