aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorsluicebox2020-01-04 12:39:58 -0800
committersluicebox2020-01-04 12:45:11 -0800
commitac850dbfaa6b6601a3f8dbfaf99341d6f809d800 (patch)
tree72175d1bc84c2cf458e21eeb63006fbe51e80107 /engines
parent33e0357d8e163fcb8a11ec1c83acc781c03f1458 (diff)
downloadscummvm-rg350-ac850dbfaa6b6601a3f8dbfaf99341d6f809d800.tar.gz
scummvm-rg350-ac850dbfaa6b6601a3f8dbfaf99341d6f809d800.tar.bz2
scummvm-rg350-ac850dbfaa6b6601a3f8dbfaf99341d6f809d800.zip
SCI32: Make KQ7 Russian detection entry Windows-only
This is a Windows-only release and only the Windows resources were translated, not the DOS resources. Trac #11302
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/detection_tables.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index c5086ed5ef..47faeaa7f1 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2043,16 +2043,10 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
- // King's Quest 7 - Russian DOS (SoftClub official translation)
- // VERSION file reports "2.1b", provided by trcpman in Trac #11302
- {"kq7", "", {
- {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
- {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
- AD_LISTEND},
- Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
-
// King's Quest 7 - Russian Windows (SoftClub official translation)
- // VERSION file reports "2.1b", provided by trcpman in Trac #11302
+ // VERSION file reports "2.1b", provided by trcpman in Trac #11302.
+ // This version is Windows-only. It does not include a DOS interpreter and
+ // only the Windows AVI files were translated. The DOS RBT files weren't.
{"kq7", "", {
{"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
{"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},