aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-23 06:55:26 +0000
committerTravis Howell2003-12-23 06:55:26 +0000
commitf68194619298c06b72a016bbfb1486154ccdfd26 (patch)
treee98b3d24fe3139cc9c28b3cfded9d74ed75da53d /simon
parentfcbc612afe5057a28f396253308ec9536f6b851a (diff)
downloadscummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.tar.gz
scummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.tar.bz2
scummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.zip
Add comment
svn-id: r11869
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index d690a0d041..1e3a56ea9b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -3110,6 +3110,8 @@ void SimonEngine::timer_proc1() {
_lock_word |= 2;
if (!(_lock_word & 0x10)) {
+ // We currently use this section for both Simon1 and Simon2 games
+ // since Simon2 section causes slow down for unknown reasons.
//if (!(_game & GF_SIMON2)) {
expire_vga_timers();
expire_vga_timers();