diff options
author | Eugene Sandulenko | 2006-10-15 21:11:27 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-10-15 21:11:27 +0000 |
commit | ab90fd086e12ee7e0ac91f252b3b9fe942029aa6 (patch) | |
tree | 8cb8d8bca4e15e43c8daa47c40d2abfdb9625e19 /engines/cine | |
parent | b9ed8359629970d1390c4fe99841cc92d1eca1ad (diff) | |
download | scummvm-rg350-ab90fd086e12ee7e0ac91f252b3b9fe942029aa6.tar.gz scummvm-rg350-ab90fd086e12ee7e0ac91f252b3b9fe942029aa6.tar.bz2 scummvm-rg350-ab90fd086e12ee7e0ac91f252b3b9fe942029aa6.zip |
Reanmed CD -> "256 colors"
svn-id: r24339
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/detection.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index b7c38faf26..e03f67e909 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, |