diff options
author | Travis Howell | 2003-12-23 06:55:26 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-23 06:55:26 +0000 |
commit | f68194619298c06b72a016bbfb1486154ccdfd26 (patch) | |
tree | e98b3d24fe3139cc9c28b3cfded9d74ed75da53d | |
parent | fcbc612afe5057a28f396253308ec9536f6b851a (diff) | |
download | scummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.tar.gz scummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.tar.bz2 scummvm-rg350-f68194619298c06b72a016bbfb1486154ccdfd26.zip |
Add comment
svn-id: r11869
-rw-r--r-- | simon/simon.cpp | 2 |
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(); |