diff options
author | Travis Howell | 2003-05-20 04:09:14 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-20 04:09:14 +0000 |
commit | 16c2fe1436f83eca6fa88fcbf2b17668bcc964af (patch) | |
tree | 7400cee803eb114f64203e1272b82e8e60a11cbd | |
parent | dad6d27b83231c8ade3611d02a1222e52d945b02 (diff) | |
download | scummvm-rg350-16c2fe1436f83eca6fa88fcbf2b17668bcc964af.tar.gz scummvm-rg350-16c2fe1436f83eca6fa88fcbf2b17668bcc964af.tar.bz2 scummvm-rg350-16c2fe1436f83eca6fa88fcbf2b17668bcc964af.zip |
Opps, that delay change should not have been commited
svn-id: r7708
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 3f1cc07630..bdc2185dca 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -2528,7 +2528,7 @@ void SimonState::o_wait_for_vga(uint a) { processSpecialKeys(); } - delay(1); + delay(10); if (_game & GF_SIMON2) { if (_timer_1 >= 1000) { |