diff options
author | Colin Snover | 2016-07-11 14:19:50 -0500 |
---|---|---|
committer | Colin Snover | 2016-07-11 14:27:57 -0500 |
commit | b37ebb61eb24eb861c9853bd26a092d686da209b (patch) | |
tree | 156af69cb34cd5df094f55c0d04b813af21eb4d0 | |
parent | 1cf1b88c7dd0bfc4714779f23a2b8d2fc535c612 (diff) | |
download | scummvm-rg350-b37ebb61eb24eb861c9853bd26a092d686da209b.tar.gz scummvm-rg350-b37ebb61eb24eb861c9853bd26a092d686da209b.tar.bz2 scummvm-rg350-b37ebb61eb24eb861c9853bd26a092d686da209b.zip |
Revert "SCI32: Add blackline option to KQ7 2.00b DOS"
This reverts commit 1ab87e3f8f24b19f5b9257dd9e6c5118b1a00f1d.
VMD and DUK are the formats that get blacklined, not Robot.
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 598f0d987d..f205609e20 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1754,11 +1754,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { GAMEOPTION_PREFER_DIGITAL_SFX, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ GAMEOPTION_FB01_MIDI) -#define GUIO_KQ7_DOS GUIO5(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \ - GUIO_NOASPECT, \ - GAMEOPTION_PREFER_DIGITAL_SFX, \ - GAMEOPTION_ORIGINAL_SAVELOAD, \ - GAMEOPTION_FB01_MIDI) // King's Quest 7 - English Windows (from the King's Quest Collection) // Executable scanning reports "2.100.002", VERSION file reports "1.4" @@ -1801,7 +1796,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "8676b0fbbd7362989a029fe72fea14c6", 18709}, {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7_DOS }, + Common::EN_ANY, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7 }, // King's Quest 7 - English Windows (from FRG) // SCI interpreter version 2.100.002, VERSION file reports "2.00b" @@ -1817,7 +1812,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709}, {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100}, AD_LISTEND}, - Common::ES_ESP, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7_DOS }, + Common::ES_ESP, Common::kPlatformDOS, ADGF_UNSTABLE | ADGF_CD, GUIO_KQ7 }, // King's Quest 7 - English DOS Non-Interactive Demo // SCI interpreter version 2.100.002 |