mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +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[] = {
|
static ObsoleteTargets obsoleteTargetsTable[] = {
|
||||||
"comidemo", "comi", NULL,
|
{"comidemo", "comi", NULL},
|
||||||
"digdemo", "dig", NULL,
|
{"digdemo", "dig", NULL},
|
||||||
"digdemoMac", "dig", "macintosh",
|
{"digdemoMac", "dig", "macintosh"},
|
||||||
"dottdemo", "tentacle", NULL,
|
{"dottdemo", "tentacle", NULL},
|
||||||
"ftMac", "ft", "macintosh",
|
{"ftMac", "ft", "macintosh"},
|
||||||
"ftpcdemo", "ft", NULL,
|
{"ftpcdemo", "ft", NULL},
|
||||||
"ftdemo", "ft", "macintosh",
|
{"ftdemo", "ft", "macintosh"},
|
||||||
"game", "monkey", NULL,
|
{"game", "monkey", NULL},
|
||||||
"indy3ega", "indy3", NULL,
|
{"indy3ega", "indy3", NULL},
|
||||||
"indy3towns", "indy3", "fmtowns",
|
{"indy3towns", "indy3", "fmtowns"},
|
||||||
"indy4", "atlantis", "fmtowns",
|
{"indy4", "atlantis", "fmtowns"},
|
||||||
"indydemo", "atlantis", "fmtowns",
|
{"indydemo", "atlantis", "fmtowns"},
|
||||||
"loomcd", "loom", NULL,
|
{"loomcd", "loom", NULL},
|
||||||
"loomTowns", "loom", "fmtowns",
|
{"loomTowns", "loom", "fmtowns"},
|
||||||
"mi2demo", "monkey2", NULL,
|
{"mi2demo", "monkey2", NULL},
|
||||||
"monkey1", "monkey", NULL,
|
{"monkey1", "monkey", NULL},
|
||||||
"monkeyEGA", "monkey", NULL,
|
{"monkeyEGA", "monkey", NULL},
|
||||||
"monkeyVGA", "monkey", NULL,
|
{"monkeyVGA", "monkey", NULL},
|
||||||
"playfate", "atlantis", NULL,
|
{"playfate", "atlantis", NULL},
|
||||||
"samnmax-alt", "samnmax", NULL,
|
{"samnmax-alt", "samnmax", NULL},
|
||||||
"samnmaxMac", "samnmax", "macintosh",
|
{"samnmaxMac", "samnmax", "macintosh"},
|
||||||
"samdemo", "samnmax", NULL,
|
{"samdemo", "samnmax", NULL},
|
||||||
"samdemoMac", "samnmax", "macintosh",
|
{"samdemoMac", "samnmax", "macintosh"},
|
||||||
"snmdemo", "samnmax", NULL,
|
{"snmdemo", "samnmax", NULL},
|
||||||
"snmidemo", "samnmax", NULL,
|
{"snmidemo", "samnmax", NULL},
|
||||||
"tentacleMac", "tentacle", "macintosh",
|
{"tentacleMac", "tentacle", "macintosh"},
|
||||||
"zakTowns", "zak", "fmtowns",
|
{"zakTowns", "zak", "fmtowns"},
|
||||||
NULL, NULL, NULL
|
{NULL, NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
static const ScummGameSettings scumm_settings[] = {
|
static const ScummGameSettings scumm_settings[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user