aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorJamieson Christian2003-07-14 09:02:12 +0000
committerJamieson Christian2003-07-14 09:02:12 +0000
commit40eac8b182143586e4e336ff3a1412c6c27ec697 (patch)
tree87cfbcfc5d5491cfb7f5d175b4508f342f58bcb2 /simon
parent2980a78dffc968188de2633b2bd01c97b2fdd236 (diff)
downloadscummvm-rg350-40eac8b182143586e4e336ff3a1412c6c27ec697.tar.gz
scummvm-rg350-40eac8b182143586e4e336ff3a1412c6c27ec697.tar.bz2
scummvm-rg350-40eac8b182143586e4e336ff3a1412c6c27ec697.zip
Fixed typo. While I agree that this error should have
been caught before committing (compiler didn't detect need to do incremental build, sorry), I think if something this trivial is going to get such a reaction, I have to agree with Fingolfin that a release or RC branch is advisable regardless of how slow one predicts the CVS traffic will be. svn-id: r9005
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index b8668eb1b4..0a5c2ee200 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -435,7 +435,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
if (!driver)
driver = MidiDriver_ADLIB_create();
-// midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
+ midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32);
midi.set_driver(driver);
int ret = midi.open();
if (ret)