[Scummvm-git-logs] scummvm master -> 8829da846e4e762cfa02109909cac5c295aa0ada
sev-
sev at scummvm.org
Wed Oct 21 09:45:39 UTC 2020
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:
8829da846e GOB: Removed incorrectly added entry for woodruff.
Commit: 8829da846e4e762cfa02109909cac5c295aa0ada
https://github.com/scummvm/scummvm/commit/8829da846e4e762cfa02109909cac5c295aa0ada
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-21T11:44:56+02:00
Commit Message:
GOB: Removed incorrectly added entry for woodruff.
The supplied md5 is for the whole file, not for the first 5000 bytes.
The correct entry was supplied by DjDiabolik in bug report #1971294
Changed paths:
engines/gob/detection/tables_woodruff.h
diff --git a/engines/gob/detection/tables_woodruff.h b/engines/gob/detection/tables_woodruff.h
index 3e0c7b4fa6..737c9a771c 100644
--- a/engines/gob/detection/tables_woodruff.h
+++ b/engines/gob/detection/tables_woodruff.h
@@ -265,48 +265,6 @@
kFeatures640x480,
0, 0, 0
},
-{ // Supplied by Hkz on #scummvm
- {
- "woodruff",
- "",
- AD_ENTRY1s("intro.stk", "f4c344023b073782d2fddd9d8b515318", 7069736),
- IT_ITA,
- kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
- },
- kGameTypeWoodruff,
- kFeatures640x480,
- 0, 0, 0
-},
-{ // Supplied by Hkz on #scummvm
- {
- "woodruff",
- "",
- AD_ENTRY1s("intro.stk", "f4c344023b073782d2fddd9d8b515318", 7069736),
- DE_DEU,
- kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
- },
- kGameTypeWoodruff,
- kFeatures640x480,
- 0, 0, 0
-},
-{ // Supplied by Hkz on #scummvm
- {
- "woodruff",
- "",
- AD_ENTRY1s("intro.stk", "f4c344023b073782d2fddd9d8b515318", 7069736),
- FR_FRA,
- kPlatformDOS,
- ADGF_NO_FLAGS,
- GUIO2(GUIO_NOSPEECH, GUIO_NOASPECT)
- },
- kGameTypeWoodruff,
- kFeatures640x480,
- 0, 0, 0
-},
{ // Supplied by DjDiabolik in bug report #1971294
{
"woodruff",
More information about the Scummvm-git-logs
mailing list