Fix warning

svn-id: r18794
This commit is contained in:
Travis Howell 2005-09-09 07:24:24 +00:00
parent 33ee143728
commit 1090c9de0d

View File

@ -115,34 +115,34 @@ struct ObsoleteTargets {
};
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[] = {