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

tag2015 noreply at scummvm.org
Tue Sep 27 21:43:23 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:
fcc3aca94e CRUISE: Add detection for older Cruise for a Corpse Amiga version


Commit: fcc3aca94ecf8d000f3966415b4f361b4a377fd6
    https://github.com/scummvm/scummvm/commit/fcc3aca94ecf8d000f3966415b4f361b4a377fd6
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-09-27T23:41:55+02:00

Commit Message:
CRUISE: Add detection for older Cruise for a Corpse Amiga version

Changed paths:
    engines/cruise/detection.cpp


diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index 5eddca48f7c..18708a05f48 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -117,6 +117,17 @@ static const CRUISEGameDescription gameDescriptions[] = {
 		},
 	},
 	{ // Amiga English US GOLD edition.
+		{
+			"cruise",
+			nullptr,
+			AD_ENTRY1("D1", "a9ff0e8b6ad2c08ccc3100d6b321e7b4"),
+			Common::EN_ANY,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+	},
+	{ // Amiga English US GOLD edition (Delphine Collection).
 		{
 			"cruise",
 			nullptr,




More information about the Scummvm-git-logs mailing list