From 1bae92f2e1ba13a57239024942676cf33fec82b0 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Sun, 11 Nov 2007 01:04:40 +0000 Subject: Implement dialogues Detect french 256 colors version svn-id: r29473 --- engines/cruise/detection.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'engines/cruise/detection.cpp') diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index 1c311dc39d..c1f6d1e377 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -64,7 +64,7 @@ static const CRUISEGameDescription gameDescriptions[] = { { { "cruise", - "", + "16 colors", AD_ENTRY1("D1", "41a7a4d426dbd048eb369cfee4bb2717"), Common::FR_FRA, Common::kPlatformPC, @@ -73,6 +73,18 @@ static const CRUISEGameDescription gameDescriptions[] = { GType_CRUISE, 0, }, + { + { + "cruise", + "256 colors", + AD_ENTRY1("D1", "e258865807ea31b2d523340e6f0a606b"), + Common::FR_FRA, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GType_CRUISE, + 0, + }, { { "cruise", -- cgit v1.2.3