SCI: Unbreak diskdump console command, maybe others

svn-id: r50014
This commit is contained in:
Lars Skovlund 2010-06-18 10:49:26 +00:00
parent 5a95c2a652
commit 8ade66ba13

View File

@ -114,7 +114,7 @@ static const char *resourceTypeNames[] = {
"memory", "vocab", "font", "cursor",
"patch", "bitmap", "palette", "cdaudio",
"audio", "sync", "message", "map", "heap",
"audio36", "sync36", "", "", "robot"
"audio36", "sync36", "", "", "robot", "vmd"
};
static const char *resourceTypeSuffixes[] = {
@ -122,7 +122,7 @@ static const char *resourceTypeSuffixes[] = {
" ", "voc", "fon", "cur", "pat",
"bit", "pal", "cda", "aud", "syn",
"msg", "map", "hep", "aud", "syn",
"trn", " ", "rbt"
"trn", " ", "rbt", "vmd"
};
const char *getResourceTypeName(ResourceType restype) {