[Scummvm-git-logs] scummvm master -> c32e3d09a0b524648c4ee5e2315b10a1b3bf19c8
sev-
sev at scummvm.org
Mon Sep 21 21:09:19 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:
c32e3d09a0 WINTERMUTE: Added Reversion : The Metting (Steam, Windows, March 2020)
Commit: c32e3d09a0b524648c4ee5e2315b10a1b3bf19c8
https://github.com/scummvm/scummvm/commit/c32e3d09a0b524648c4ee5e2315b10a1b3bf19c8
Author: aviloria (aviloria at yahoo.com)
Date: 2020-09-21T23:09:14+02:00
Commit Message:
WINTERMUTE: Added Reversion : The Metting (Steam, Windows, March 2020)
In this release, 2 different languages were provided (EN and RU)
All other match Nov 2019 release
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 8325bfed49..25b7a7d65a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -3428,6 +3428,16 @@ static const WMEGameDescription gameDescriptions[] = {
"xlanguage_zh_t.dcp", "c3cf601669aee770a40f7a995fe2b7fa", 8464532,
"Mac.dcp", "0b8d95dcb1f7e8c7c2c49e58db2764b6", 1728476), Common::ZH_TWN, Common::kPlatformMacintosh, ADGF_UNSTABLE, WME_LITE),
+ // Reversion: The Meeting (Steam, March 2020) (English)
+ WME_WINENTRY("reversion2", "",
+ WME_ENTRY2s("data.dcp", "5b1f360d29a650ea202a89903412e539", 272211168,
+ "xlanguage_en.dcp", "ea35ab390497427ff308cc696553a8c8", 8534328), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_2),
+
+ // Reversion: The Meeting (Steam, March 2020) (Russian)
+ WME_WINENTRY("reversion2", "",
+ WME_ENTRY2s("data.dcp", "5b1f360d29a650ea202a89903412e539", 272211168,
+ "xlanguage_ru.dcp", "5fe33043ce644890ef0cccf5d41681fb", 17511868), Common::RU_RUS, ADGF_UNSTABLE, WME_1_9_2),
+
// Reversion: The Meeting (Steam, March 2020) (Spanish)
WME_PLATENTRY("reversion2", "",
WME_ENTRY3s("data.dcp", "90d95f3415e1c33ea76de75c329f14ca", 272228827,
More information about the Scummvm-git-logs
mailing list