diff options
author | Colin Snover | 2017-06-18 13:13:00 -0500 |
---|---|---|
committer | Colin Snover | 2017-06-18 21:42:59 -0500 |
commit | 02a7f331b110dc0a5b5df39a6a89ada45aa96101 (patch) | |
tree | 2e91089f4562e9f8515f4abc979c292a4c349aeb /engines/sci | |
parent | f3c452c31efe6b5e140b2178654d107bc0e7ef2e (diff) | |
download | scummvm-rg350-02a7f331b110dc0a5b5df39a6a89ada45aa96101.tar.gz scummvm-rg350-02a7f331b110dc0a5b5df39a6a89ada45aa96101.tar.bz2 scummvm-rg350-02a7f331b110dc0a5b5df39a6a89ada45aa96101.zip |
SCI32: Remove Windows platform from GK1 German
This entry was added by a batch change operation in
f7a72c897a9657320ccd6a32873b364f77412e98, but the German version
of GK1 does not support Windows.
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 4924a642ac..1ba3af4ec5 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -809,14 +809,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::FR_FRA, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_GK1_CD }, - // Gabriel Knight - German Windows CD (from Tobis87) - // SCI interpreter version 2.000.000 - {"gk1", "CD", { - {"resource.map", 0, "a7d3e55114c65647310373cb390815ba", 11392}, - {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13400497}, - AD_LISTEND}, - Common::DE_DEU, Common::kPlatformWindows, ADGF_CD | ADGF_TESTING, GUIO_GK1_CD }, - // Gabriel Knight - Spanish Windows CD (from jvprat) // Executable scanning reports "2.000.000", VERSION file reports "1.000.000, April 13, 1995" {"gk1", "CD", { |