[Scummvm-git-logs] scummvm master -> 45fdb1fea876f70ad49b472fc4fd6419a3b7e8f0

eriktorbjorn noreply at scummvm.org
Wed Oct 5 05:06:50 UTC 2022


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:
45fdb1fea8 WINTERMUTE: Add another Alpha Polaris detection entry


Commit: 45fdb1fea876f70ad49b472fc4fd6419a3b7e8f0
    https://github.com/scummvm/scummvm/commit/45fdb1fea876f70ad49b472fc4fd6419a3b7e8f0
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-10-05T07:06:11+02:00

Commit Message:
WINTERMUTE: Add another Alpha Polaris detection entry

The game starts, but does not appear playable. For one thing, no
character models are drawn.

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 5751af1499b..37a2676452a 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -327,6 +327,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("alphapolaris", "",
 		WME_ENTRY1s("data.dcp", "6d5d2264a3135dae3a9a74de50b4ea68", 706780438), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
 
+	// Alpha Polaris (English, UK CD release)
+	WME_WINENTRY("alphapolaris", "",
+		WME_ENTRY1s("data.dcp", "1df8eb749676752c3e0ab6e24d31971c", 748056178), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),
+
 	// Alpha Polaris (Polish)
 	WME_WINENTRY("alphapolaris", "",
 		WME_ENTRY1s("data.dcp", "24ebca07b7cf0bd94ec994f26bdccf83", 710319064), Common::PL_POL, ADGF_UNSTABLE | GF_3D, WME_1_9_1),




More information about the Scummvm-git-logs mailing list