[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.570,1.571

kirben kirben at users.sourceforge.net
Fri Sep 9 00:25:16 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3452/scumm

Modified Files:
	scumm.cpp 
Log Message:

Fix warning


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- scumm.cpp	8 Sep 2005 19:26:43 -0000	1.570
+++ scumm.cpp	9 Sep 2005 07:24:24 -0000	1.571
@@ -115,34 +115,34 @@
 };
 
 static ObsoleteTargets obsoleteTargetsTable[] = {
-	"comidemo", "comi", NULL,
-	"digdemo", "dig", NULL,
-	"digdemoMac", "dig", "macintosh",
-	"dottdemo", "tentacle", NULL,
-	"ftMac", "ft",  "macintosh",
-	"ftpcdemo", "ft", NULL,
-	"ftdemo", "ft",  "macintosh",
-	"game", "monkey", NULL,
-	"indy3ega", "indy3", NULL,
-	"indy3towns", "indy3", "fmtowns",
-	"indy4", "atlantis", "fmtowns",
-	"indydemo", "atlantis", "fmtowns",
-	"loomcd", "loom", NULL,
-	"loomTowns", "loom", "fmtowns",
-	"mi2demo", "monkey2", NULL,
-	"monkey1", "monkey", NULL,
-	"monkeyEGA", "monkey", NULL,
-	"monkeyVGA", "monkey", NULL,
-	"playfate", "atlantis", NULL,
-	"samnmax-alt", "samnmax", NULL,
-	"samnmaxMac", "samnmax", "macintosh",
-	"samdemo", "samnmax", NULL,
-	"samdemoMac", "samnmax", "macintosh",
-	"snmdemo", "samnmax", NULL,
-	"snmidemo", "samnmax", NULL,
-	"tentacleMac", "tentacle", "macintosh",
-	"zakTowns", "zak", "fmtowns",
-	NULL, NULL, NULL
+	{"comidemo", "comi", NULL},
+	{"digdemo", "dig", NULL},
+	{"digdemoMac", "dig", "macintosh"},
+	{"dottdemo", "tentacle", NULL},
+	{"ftMac", "ft",  "macintosh"},
+	{"ftpcdemo", "ft", NULL},
+	{"ftdemo", "ft",  "macintosh"},
+	{"game", "monkey", NULL},
+	{"indy3ega", "indy3", NULL},
+	{"indy3towns", "indy3", "fmtowns"},
+	{"indy4", "atlantis", "fmtowns"},
+	{"indydemo", "atlantis", "fmtowns"},
+	{"loomcd", "loom", NULL},
+	{"loomTowns", "loom", "fmtowns"},
+	{"mi2demo", "monkey2", NULL},
+	{"monkey1", "monkey", NULL},
+	{"monkeyEGA", "monkey", NULL},
+	{"monkeyVGA", "monkey", NULL},
+	{"playfate", "atlantis", NULL},
+	{"samnmax-alt", "samnmax", NULL},
+	{"samnmaxMac", "samnmax", "macintosh"},
+	{"samdemo", "samnmax", NULL},
+	{"samdemoMac", "samnmax", "macintosh"},
+	{"snmdemo", "samnmax", NULL},
+	{"snmidemo", "samnmax", NULL},
+	{"tentacleMac", "tentacle", "macintosh"},
+	{"zakTowns", "zak", "fmtowns"},
+	{NULL, NULL, NULL}
 };
 
 static const ScummGameSettings scumm_settings[] = {





More information about the Scummvm-git-logs mailing list