From ab90fd086e12ee7e0ac91f252b3b9fe942029aa6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 15 Oct 2006 21:11:27 +0000 Subject: [PATCH] Reanmed CD -> "256 colors" svn-id: r24339 --- engines/cine/detection.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index b7c38faf263..e03f67e909d 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -163,7 +163,7 @@ static const ADGameFileDescription OSUS_GameFiles[] = { { "procs1", 0, "d8c3a9d05a63e4cfa801826a7063a126"}, }; -static const ADGameFileDescription OSUSAlt_GameFiles[] = { +static const ADGameFileDescription OSUS256_GameFiles[] = { { "procs00", 0, "862a75d76fb7fffec30e52be9ad1c474"}, }; @@ -385,7 +385,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "os", - "CD", + "256 colors", ARRAYSIZE(OS_GameFiles), OS_GameFiles, Common::EN_GRB, @@ -411,9 +411,9 @@ static const CINEGameDescription gameDescriptions[] = { { { "os", - "CD", - ARRAYSIZE(OSUSAlt_GameFiles), - OSUSAlt_GameFiles, + "256 colors", + ARRAYSIZE(OSUS256_GameFiles), + OSUS256_GameFiles, Common::EN_USA, Common::kPlatformPC, }, @@ -450,7 +450,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "os", - "CD", + "256 colors", ARRAYSIZE(OSESCD_GameFiles), OSESCD_GameFiles, Common::ES_ESP, @@ -463,7 +463,7 @@ static const CINEGameDescription gameDescriptions[] = { { { "os", - "CD", + "256 colors", ARRAYSIZE(OSFR_GameFiles), OSFR_GameFiles, Common::FR_FRA,