From 5c93ac4adc5df5b0827285cc9f7edd0cdadec7fa Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Thu, 4 Mar 2010 17:21:59 +0000 Subject: cruise: add detection entry for Amiga English US GOLD version svn-id: r48160 --- engines/cruise/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 4c5e74cd80..0c6c55d621 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -162,6 +162,19 @@ static const CRUISEGameDescription gameDescriptions[] = { GType_CRUISE, 0, }, + { // Amiga English US GOLD edition. + { + "cruise", + 0, + AD_ENTRY1("D1", "de084e9d2c6e4b2cc14803bf849eda3e"), + Common::EN_ANY, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GType_CRUISE, + 0, + }, { // AtariST English KixxXL edition. { "cruise", -- cgit v1.2.3