diff options
author | md5 | 2011-02-22 19:06:29 +0200 |
---|---|---|
committer | md5 | 2011-02-22 19:06:29 +0200 |
commit | 8e7178a538d21c815b44692f30657600b4f866bc (patch) | |
tree | b6de35d479b3d42cce43abf72738237eb96186cb /engines | |
parent | cf904b1156091c65486bf3124e3ef1d3fd1b6f8f (diff) | |
download | scummvm-rg350-8e7178a538d21c815b44692f30657600b4f866bc.tar.gz scummvm-rg350-8e7178a538d21c815b44692f30657600b4f866bc.tar.bz2 scummvm-rg350-8e7178a538d21c815b44692f30657600b4f866bc.zip |
SCI: Fixed the detection entries for PQ4CD and QFG4CD
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index c7ef720e1f..c1c13a0894 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2588,13 +2588,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, #ifdef ENABLE_SCI32 - // Police Quest 4 - English DOS (from the Police Quest Collection) + // Police Quest 4 - English DOS CD (from the Police Quest Collection) // Executable scanning reports "2.100.002", VERSION file reports "1.100.000" - {"pq4", "", { + {"pq4", "CD", { {"resource.map", 0, "379dfe80ed6bd16c47e4b950c4722eac", 11374}, {"resource.000", 0, "fd316a09b628b7032248139003369022", 18841068}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, // Police Quest 4 - English DOS // SCI interpreter version 2.000.000 (a guess?) @@ -2959,13 +2959,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformPC, 0, GUIO_NOSPEECH }, - // Quest for Glory 4 - English DOS/Windows (from jvprat) + // Quest for Glory 4 CD - English DOS/Windows (from jvprat) // Executable scanning reports "2.100.002", VERSION file reports "1.0" - {"qfg4", "", { + {"qfg4", "CD", { {"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246}, {"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO_NONE }, // RAMA - English DOS/Windows Demo // Executable scanning reports "2.100.002", VERSION file reports "000.000.008" |