[Scummvm-git-logs] scummvm master -> 0259bb1c20ad7a84fe540405ea5bd41ab6d0419e
aquadran
aquadran at gmail.com
Mon Oct 12 20:29:56 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:
0259bb1c20 WINTERMUTE: Added Polish 'Alpha Polaris' demo detection entry
Commit: 0259bb1c20ad7a84fe540405ea5bd41ab6d0419e
https://github.com/scummvm/scummvm/commit/0259bb1c20ad7a84fe540405ea5bd41ab6d0419e
Author: PaweÅ KoÅodziejski (aquadran at users.sourceforge.net)
Date: 2020-10-12T22:29:48+02:00
Commit Message:
WINTERMUTE: Added Polish 'Alpha Polaris' demo detection entry
Changed paths:
engines/wintermute/detection_tables.h
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 80b4955ec5..b2df1b64ba 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -346,6 +346,10 @@ static const WMEGameDescription gameDescriptions[] = {
WME_ENTRY2s("data.dcp", "130545e152d0b53d84c2c99ce118d5e5", 409564920,
"german language pack.dcp", "71e19682f93399018bef90ceda0a1bfd", 16174995), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_9_3),
+ // Alpha Polaris (Polish Demo)
+ WME_WINENTRY("alphapolaris", "Demo",
+ WME_ENTRY1s("data.dcp", "c040af58c38c40997fce4b4832f43a5d", 416066977), Common::PL_POL, ADGF_UNSTABLE | ADGF_DEMO | GF_3D, WME_1_9_1),
+
// Apeiron
WME_WINENTRY("apeiron", "",
WME_ENTRY1s("data.dcp", "c0d6190de52b3da9995cbd4b78976bc8", 89912566), Common::SE_SWE, ADGF_UNSTABLE, WME_1_9_1),
More information about the Scummvm-git-logs
mailing list