diff options
author | Filippos Karapetis | 2010-06-28 20:31:30 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-06-28 20:31:30 +0000 |
commit | 438e670166768df06025f50c68e2d8fbe0f93407 (patch) | |
tree | f2fa1f4a3090065d31058c833ef3bce9eef1471c /engines | |
parent | d8e4160f34787cb239e8073946249fcbfd8e8a34 (diff) | |
download | scummvm-rg350-438e670166768df06025f50c68e2d8fbe0f93407.tar.gz scummvm-rg350-438e670166768df06025f50c68e2d8fbe0f93407.tar.bz2 scummvm-rg350-438e670166768df06025f50c68e2d8fbe0f93407.zip |
Applied patch #3022511 - "qfg4 detection cleanup"
svn-id: r50457
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index bad7ccc5c3..d2136666a7 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2398,7 +2398,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { }, // Quest for Glory 4 1.1 Floppy - German DOS (supplied by markcool in bug report #2723850) - // SCI interpreter version 2.000.000 (a guess?) + // Executable scanning reports "2.000.000", VERSION file reports "1.1" {"qfg4", "", { {"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301}, {"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197}, @@ -2415,27 +2415,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, -#if 0 - // NOTE: This version looks to be exactly the same as the English one - // Perhaps it's the English one? - - // Quest for Glory 4 - German DOS/Windows (from PCJoker 2/98) - {"qfg4", "", { - {"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246}, - {"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394}, - {NULL, 0, NULL, 0}}, - Common::DE_DEU, Common::kPlatformPC, 0, GUIO_NOSPEECH - }, -#endif - - // Quest for Glory 4 - German DOS/Windows Disk V1.1 (from PCJoker 2/89) - // SCI interpreter version 2.000.000 (a guess?) - {"qfg4", "", { - {"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301}, - {"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197}, - {NULL, 0, NULL, 0}}, - Common::DE_DEU, Common::kPlatformPC, 0, GUIO_NOSPEECH - }, #endif // Slater & Charlie go camping |