[Scummvm-git-logs] scummvm master -> b6ced1b122742e3379e2b86b7d2b2f33e46cadff
trembyle
noreply at scummvm.org
Wed Dec 22 07:06:07 UTC 2021
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:
b6ced1b122 WME: Add detection for early Dead City (Czech)
Commit: b6ced1b122742e3379e2b86b7d2b2f33e46cadff
https://github.com/scummvm/scummvm/commit/b6ced1b122742e3379e2b86b7d2b2f33e46cadff
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2021-12-22T02:03:27-05:00
Commit Message:
WME: Add detection for early Dead City (Czech)
Found on DoupÄ DVD - Feb 2005 from Computer Press, Brno, Czechia
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 980e2a608e..118b549060 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -805,10 +805,13 @@ static const WMEGameDescription gameDescriptions[] = {
WME_WINENTRY("darksummer", "",
WME_ENTRY1s("data.dcp", "da1142983240a5bb62c32f79a863eac5", 1030873185), Common::FA_IRN, ADGF_UNSTABLE | GF_3D, WME_1_9_3),
+ // Dead City (Czech) (25.06.2004)
+ WME_WINENTRY("deadcity", "v1.0.1",
+ WME_ENTRY1s("data.dcp", "6860a4aa55576cbee1a0f2a04f2c8810", 9132626), Common::CZ_CZE, ADGF_UNSTABLE, WME_1_2_43),
+
// Dead City (Czech)
WME_WINENTRY("deadcity", "",
- WME_ENTRY2s("data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205,
- "data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205), Common::CZ_CZE, ADGF_UNSTABLE, WME_1_4_1),
+ WME_ENTRY1s("data.dcp", "7ebfd50d1a22370ed7b079bcaa631d62", 9070205), Common::CZ_CZE, ADGF_UNSTABLE, WME_1_4_1),
// Dead City (English)
WME_WINENTRY("deadcity", "",
More information about the Scummvm-git-logs
mailing list