From 86fdd698ad3c703636830e125443cd70e7a46620 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 16 Aug 2009 12:03:48 +0000 Subject: Added detection entry for the UK 16 colour version svn-id: r43434 --- engines/cruise/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines') diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index d7c1b1c22d..1045ed3b0b 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -67,6 +67,19 @@ namespace Cruise { using Common::GUIO_NONE; static const CRUISEGameDescription gameDescriptions[] = { + { + { + "cruise", + "16 colours", + AD_ENTRY1("D1", "cd29a4cd9162076e9a18495fe56a48f3"), + Common::EN_GRB, + Common::kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GType_CRUISE, + 0, + }, { { "cruise", -- cgit v1.2.3