mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 17:29:39 +00:00
Fix warning
svn-id: r18794
This commit is contained in:
parent
33ee143728
commit
1090c9de0d
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user