diff options
| author | Eugene Sandulenko | 2010-07-31 10:12:00 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2010-10-12 22:13:43 +0000 |
| commit | cb35fc3497b0b6999b219badf83f3511f4ec5edc (patch) | |
| tree | db715a9d50b78209431c655c0c2201492b22cee4 | |
| parent | 023b970480924b39c18c18c5183907f047932da9 (diff) | |
| download | scummvm-rg350-cb35fc3497b0b6999b219badf83f3511f4ec5edc.tar.gz scummvm-rg350-cb35fc3497b0b6999b219badf83f3511f4ec5edc.tar.bz2 scummvm-rg350-cb35fc3497b0b6999b219badf83f3511f4ec5edc.zip | |
SWORD25: Update GUIO
svn-id: r53190
| -rw-r--r-- | engines/sword25/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/detection.cpp b/engines/sword25/detection.cpp index 01a6e010b0..e767ddb9a2 100644 --- a/engines/sword25/detection.cpp +++ b/engines/sword25/detection.cpp @@ -89,7 +89,7 @@ static const ADParams detectionParams = { // Flags 0, // Additional GUI options (for every game} - Common::GUIO_NOSPEECH, + Common::GUIO_NOMIDI, // Maximum directory depth 1, // List of directory globs |
