[Scummvm-cvs-logs] SF.net SVN: scummvm: [24339] scummvm/trunk/engines/cine/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Oct 15 23:11:48 CEST 2006


Revision: 24339
          http://svn.sourceforge.net/scummvm/?rev=24339&view=rev
Author:   sev
Date:     2006-10-15 14:11:27 -0700 (Sun, 15 Oct 2006)

Log Message:
-----------
Reanmed CD -> "256 colors"

Modified Paths:
--------------
    scummvm/trunk/engines/cine/detection.cpp

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2006-10-15 13:13:33 UTC (rev 24338)
+++ scummvm/trunk/engines/cine/detection.cpp	2006-10-15 21:11:27 UTC (rev 24339)
@@ -163,7 +163,7 @@
 	{ "procs1",		0,	"d8c3a9d05a63e4cfa801826a7063a126"},
 };
 
-static const ADGameFileDescription OSUSAlt_GameFiles[] = {
+static const ADGameFileDescription OSUS256_GameFiles[] = {
 	{ "procs00",	0,	"862a75d76fb7fffec30e52be9ad1c474"},
 };
 
@@ -385,7 +385,7 @@
 	{
 		{
 			"os",
-			"CD",
+			"256 colors",
 			ARRAYSIZE(OS_GameFiles),
 			OS_GameFiles,
 			Common::EN_GRB,
@@ -411,9 +411,9 @@
 	{
 		{
 			"os",
-			"CD",
-			ARRAYSIZE(OSUSAlt_GameFiles),
-			OSUSAlt_GameFiles,
+			"256 colors",
+			ARRAYSIZE(OSUS256_GameFiles),
+			OSUS256_GameFiles,
 			Common::EN_USA,
 			Common::kPlatformPC,
 		},
@@ -450,7 +450,7 @@
 	{
 		{
 			"os",
-			"CD",
+			"256 colors",
 			ARRAYSIZE(OSESCD_GameFiles),
 			OSESCD_GameFiles,
 			Common::ES_ESP,
@@ -463,7 +463,7 @@
 	{
 		{
 			"os",
-			"CD",
+			"256 colors",
 			ARRAYSIZE(OSFR_GameFiles),
 			OSFR_GameFiles,
 			Common::FR_FRA,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list