[Scummvm-git-logs] scummvm master -> 2ae4cb8acbd56d2a99eca4918bdb04783c618ee8

tag2015 noreply at scummvm.org
Thu Mar 21 12:42:39 UTC 2024


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:
2ae4cb8acb MM: Add detection entry for spanish Xeen


Commit: 2ae4cb8acbd56d2a99eca4918bdb04783c618ee8
    https://github.com/scummvm/scummvm/commit/2ae4cb8acbd56d2a99eca4918bdb04783c618ee8
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-03-21T13:03:09+01:00

Commit Message:
MM: Add detection entry for spanish Xeen

TRAC #14976

Changed paths:
    engines/mm/detection_tables.h


diff --git a/engines/mm/detection_tables.h b/engines/mm/detection_tables.h
index 02949e7e97c..20fd391c69b 100644
--- a/engines/mm/detection_tables.h
+++ b/engines/mm/detection_tables.h
@@ -178,6 +178,23 @@ static const MightAndMagicGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	{
+		// World of Xeen, Spanish fan-translation
+		// https://bugs.scummvm.org/ticket/14976
+		{
+			"worldofxeen",
+			"CD",
+			AD_ENTRY2s("xeen.cc", "8ca98eba894b104e82963b0f4952e795", 13445166,
+					   "dark.cc", "9f319d7457e822f2484fa1daa26b2687", 11331280),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_CD,
+			GUIO_XEEN
+		},
+		GType_WorldOfXeen,
+		0
+	},
+
 	{
 		// Clouds of Xeen
 		{




More information about the Scummvm-git-logs mailing list