[Scummvm-git-logs] scummvm master -> 1e5f34c02789eb2a3bda87d122ff1ce26811e67b
digitall
dgturner at iee.org
Fri Oct 19 14:54:29 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1e5f34c027 SCI32: Remove Invalid Windows Variant of Spanish GK1CD.
Commit: 1e5f34c02789eb2a3bda87d122ff1ce26811e67b
https://github.com/scummvm/scummvm/commit/1e5f34c02789eb2a3bda87d122ff1ce26811e67b
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-19T13:59:26+01:00
Commit Message:
SCI32: Remove Invalid Windows Variant of Spanish GK1CD.
The English version has both DOS and Windows datafile versions,
but localized variants of GK1 are DOS only, so this is not a valid
entry.
This entry has duplicate detection checksums to the equivalent
DOS entry and was originally added as a workaround which should now not
be necessary.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 43b7c8c..1933193 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -822,14 +822,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
- // Gabriel Knight - Spanish Windows CD (from jvprat)
- // Executable scanning reports "2.000.000", VERSION file reports "1.000.000, April 13, 1995"
- {"gk1", "CD", {
- {"resource.map", 0, "7cb6e9bba15b544ec7a635c45bde9953", 11404},
- {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13381599},
- AD_LISTEND},
- Common::ES_ESP, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN },
-
// Gabriel Knight - English Macintosh (Floppy!)
// This version is hi-res ONLY, so it should NOT get GAMEOPTION_HIGH_RESOLUTION_GRAPHICS
// (which is meant for enforcing hi-res graphics), but instead hi-res mode should be enabled all the time.
More information about the Scummvm-git-logs
mailing list