aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:55:07 +0000
committerEugene Sandulenko2010-06-15 10:55:07 +0000
commiteef983c2c6eec26c29d032818a838c563e0a0b98 (patch)
tree1093fa837f31dbd6eae40c4475edf556db5c83e0
parent7be2812757f066c8b73deda0406e79cd31d2f601 (diff)
downloadscummvm-rg350-eef983c2c6eec26c29d032818a838c563e0a0b98.tar.gz
scummvm-rg350-eef983c2c6eec26c29d032818a838c563e0a0b98.tar.bz2
scummvm-rg350-eef983c2c6eec26c29d032818a838c563e0a0b98.zip
AGI: enable MIDI in options since now there are ways to play it.
svn-id: r49781
-rw-r--r--engines/agi/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index a809d24467..aa4d368fca 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -145,7 +145,7 @@ static const ADParams detectionParams = {
// Flags
0,
// Additional GUI options (for every game}
- Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI,
+ Common::GUIO_NOSPEECH,
// Maximum directory depth
1
};