aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-09-09 07:24:24 +0000
committerTravis Howell2005-09-09 07:24:24 +0000
commit1090c9de0d1f49b779fe3de1e650f98fe66852d1 (patch)
tree8a8b84017c63f62e44d36556bed177ce482ef510
parent33ee143728a0eb0c6c73633420cc905b5137320a (diff)
downloadscummvm-rg350-1090c9de0d1f49b779fe3de1e650f98fe66852d1.tar.gz
scummvm-rg350-1090c9de0d1f49b779fe3de1e650f98fe66852d1.tar.bz2
scummvm-rg350-1090c9de0d1f49b779fe3de1e650f98fe66852d1.zip
Fix warning
svn-id: r18794
-rw-r--r--scumm/scumm.cpp56
1 files changed, 28 insertions, 28 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 2e6b11549e..ee1495fc74 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -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[] = {