mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
SCI: Unbreak diskdump console command, maybe others
svn-id: r50014
This commit is contained in:
parent
5a95c2a652
commit
8ade66ba13
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user