[Scummvm-git-logs] scummvm master -> eebe526eaeb0abb5ccb82ddd383be64d0f9bced6

mduggan mgithub at guarana.org
Tue Sep 22 06:48:06 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:
eebe526eae ULTIMA: Add Crusader: No Regret DE version


Commit: eebe526eaeb0abb5ccb82ddd383be64d0f9bced6
    https://github.com/scummvm/scummvm/commit/eebe526eaeb0abb5ccb82ddd383be64d0f9bced6
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-09-22T15:46:52+09:00

Commit Message:
ULTIMA: Add Crusader: No Regret DE version

Changed paths:
    engines/ultima/detection_tables.h


diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index a09c5f9335..77ed77c56c 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -380,6 +380,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
 		0
 	},
 
+	// Crusader - No Regret - German V1.07NV
+	{
+		{
+			"regret",
+			"",
+			AD_ENTRY1s("eusecode.flx", "1824d9725de45a8b49f058c12c6cf5c3", 484445),
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOMIDI)
+		},
+		GAME_CRUSADER_REG,
+		0
+	},
+
 	// Crusader - No Regret - Demo V1.08
 	{
 		{




More information about the Scummvm-git-logs mailing list