[Scummvm-git-logs] scummvm master -> 3c4005d7c43f99822b140de6223e300a490def68

aquadran noreply at scummvm.org
Sun Jul 10 20:55:56 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:
3c4005d7c4 WINTERMUTE: Added 'Alone, Under Strange Night' to detection list


Commit: 3c4005d7c43f99822b140de6223e300a490def68
    https://github.com/scummvm/scummvm/commit/3c4005d7c43f99822b140de6223e300a490def68
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2022-07-10T22:55:52+02:00

Commit Message:
WINTERMUTE: Added 'Alone, Under Strange Night' to detection list

Changed paths:
    engines/wintermute/detection_tables.h


diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 9c5b01dd354..d7a81ed5370 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -33,6 +33,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
 	{"alavi",           "Alavi Detective - Murder of Miss Rojan"},
 	{"alimardan1",      "Alimardan's Mischief"},
 	{"alimardan2",      "Alimardan Meets Merlin"},
+	{"alone",           "Alone, Under Strange Night"},
 	{"alphapolaris",    "Alpha Polaris"},
 	{"apeiron",         "Apeiron"},
 	{"artofmurder1",    "Art of Murder 1: FBI Confidential"},
@@ -298,6 +299,10 @@ static const WMEGameDescription gameDescriptions[] = {
 	WME_WINENTRY("alimardan2", "",
 		WME_ENTRY1s("data.dcp", "e3ffb5d177737a57bb391995d9361055", 413397623), Common::EN_ANY, ADGF_UNSTABLE, WME_1_9_3),
 
+	// Alone, Under Strange Night (English)
+	WME_WINENTRY("alone", "",
+		WME_ENTRY1s("data.dcp", "af7638e15b5eeeedb92768d32e02e7f4", 66172118), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_5),
+
 	// Alpha Polaris (English)
 	WME_WINENTRY("alphapolaris", "",
 		WME_ENTRY1s("data.dcp", "6d5d2264a3135dae3a9a74de50b4ea68", 706780438), Common::EN_ANY, ADGF_UNSTABLE | GF_3D, WME_1_9_1),




More information about the Scummvm-git-logs mailing list