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

sev- sev at scummvm.org
Sun Jul 4 13:58:24 UTC 2021


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:
2f8b89ff35 SAGA2: Added detection for Italian Dinotopia


Commit: 2f8b89ff352dd5160800fd9a6b7e8acc384789c4
    https://github.com/scummvm/scummvm/commit/2f8b89ff352dd5160800fd9a6b7e8acc384789c4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-04T15:57:51+02:00

Commit Message:
SAGA2: Added detection for Italian Dinotopia

Changed paths:
    engines/saga2/detection.cpp


diff --git a/engines/saga2/detection.cpp b/engines/saga2/detection.cpp
index 783202873f..4797497100 100644
--- a/engines/saga2/detection.cpp
+++ b/engines/saga2/detection.cpp
@@ -72,6 +72,26 @@ static const SAGA2GameDescription gameDescriptions[] = {
 		GID_DINO
 	},
 
+	{
+		{
+			"dino",
+			"",
+			{
+				{"dinodata.hrs", GAME_RESOURCEFILE,				    "45aa7026d441dd69957385c25d2fd33e", 2698},
+				{"dino.hrs",     GAME_OBJRESOURCEFILE,				"7cf3665887a4a18e2fff6938a954c050", 66018},
+				{"scripts.hrs",	 GAME_SCRIPTFILE,					"d405841a249a365cf92fc65dd52fb953", 164181},
+				{"dinosnd.hrs",  GAME_SOUNDFILE | GAME_VOICEFILE,	"27a57517be881ad9e0f671901486356e", 228642994},
+				{"dinoimag.hrs", GAME_IMAGEFILE,					"d24d80676f7afcfaca0b61c95056044f", 42448562},
+				AD_LISTEND
+			},
+			Common::IT_ITA,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GID_DINO
+	},
+
 	// Faery Tale Adventure II: Halls of the Dead Section /////////////////////////////////////////////////////
 
 	// Faery Tale Adventure II: Halls of the Dead - English CD version




More information about the Scummvm-git-logs mailing list