[Scummvm-cvs-logs] scummvm master -> 623ae7f1793a2fb535b1abd6290a071ad90ee757

hkzlab hkzlabnet at gmail.com
Mon May 14 17:16:30 CEST 2012


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:
623ae7f179 CRUISE: Add detection entry for Amiga Italian ver


Commit: 623ae7f1793a2fb535b1abd6290a071ad90ee757
    https://github.com/scummvm/scummvm/commit/623ae7f1793a2fb535b1abd6290a071ad90ee757
Author: Fabio Battaglia (hkzlabnet at gmail.com)
Date: 2012-05-14T08:15:17-07:00

Commit Message:
CRUISE: Add detection entry for Amiga Italian ver

Changed paths:
    engines/cruise/detection.cpp



diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp
index eb7c1c5..3603ffa 100644
--- a/engines/cruise/detection.cpp
+++ b/engines/cruise/detection.cpp
@@ -171,6 +171,19 @@ static const CRUISEGameDescription gameDescriptions[] = {
 		GType_CRUISE,
 		0,
 	},
+	{ // Amiga Italian US GOLD edition.
+		{
+			"cruise",
+			0,
+			AD_ENTRY1("D1", "a0011075413b7335e003e8e3c9cf51b9"),
+			Common::EN_ANY,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO0()
+		},
+		GType_CRUISE,
+		0,
+	},
 	{ // AtariST English KixxXL edition.
 		{
 			"cruise",






More information about the Scummvm-git-logs mailing list