diff options
author | md5 | 2011-02-27 16:55:28 +0200 |
---|---|---|
committer | md5 | 2011-02-27 16:55:28 +0200 |
commit | 332abb91f32bcf721d6aee126631e753afb50c69 (patch) | |
tree | 35ee4a42ca95a74891c42d25d550c5ee23b32564 /engines | |
parent | d7112b5bbc17e80065534d5308f24ea0fefeedaf (diff) | |
download | scummvm-rg350-332abb91f32bcf721d6aee126631e753afb50c69.tar.gz scummvm-rg350-332abb91f32bcf721d6aee126631e753afb50c69.tar.bz2 scummvm-rg350-332abb91f32bcf721d6aee126631e753afb50c69.zip |
SCI: Fixed GUI option flags for PQ:SWAT
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index da3e04cbbf..91e4139038 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2634,7 +2634,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.000", 0, "1c2563fee189885e29d9348f37306d94", 12175}, {"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 127149181}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, // Police Quest: SWAT - English Windows (from the Police Quest Collection) // Executable scanning reports "2.100.002", VERSION file reports "1.0c" @@ -2649,7 +2649,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resmap.004", 0, "4228038906f041623e65789500b22285", 6835}, {"ressci.004", 0, "b7e619e6ecf62fe65d5116a3a422e5f0", 46223872}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NONE }, #endif // ENABLE_SCI32 // Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy (supplied by merkur in bug report #2718784) |