aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-20 04:09:14 +0000
committerTravis Howell2003-05-20 04:09:14 +0000
commit16c2fe1436f83eca6fa88fcbf2b17668bcc964af (patch)
tree7400cee803eb114f64203e1272b82e8e60a11cbd /simon/simon.cpp
parentdad6d27b83231c8ade3611d02a1222e52d945b02 (diff)
downloadscummvm-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
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp2
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) {