aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/resource_v4.cpp
diff options
context:
space:
mode:
authorMax Horn2006-02-25 02:22:17 +0000
committerMax Horn2006-02-25 02:22:17 +0000
commit87fd6957acc6dd7c4b597b07685691adb2c95870 (patch)
tree25b79ca2e64916e76a3815318c024711131343d5 /engines/scumm/resource_v4.cpp
parent6914121f6128092985a99a3d3af485f3bed265c3 (diff)
downloadscummvm-rg350-87fd6957acc6dd7c4b597b07685691adb2c95870.tar.gz
scummvm-rg350-87fd6957acc6dd7c4b597b07685691adb2c95870.tar.bz2
scummvm-rg350-87fd6957acc6dd7c4b597b07685691adb2c95870.zip
Got rid of the 'tag' parameter for readResTypeList()
svn-id: r20864
Diffstat (limited to 'engines/scumm/resource_v4.cpp')
-rw-r--r--engines/scumm/resource_v4.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/scumm/resource_v4.cpp b/engines/scumm/resource_v4.cpp
index b99cfe209b..24b13c1b60 100644
--- a/engines/scumm/resource_v4.cpp
+++ b/engines/scumm/resource_v4.cpp
@@ -100,19 +100,19 @@ void ScummEngine_v4::readIndexFile() {
break;
case 0x5230: // 'R0'
- readResTypeList(rtRoom, MKID('ROOM'), "room");
+ readResTypeList(rtRoom, "room");
break;
case 0x5330: // 'S0'
- readResTypeList(rtScript, MKID('SCRP'), "script");
+ readResTypeList(rtScript, "script");
break;
case 0x4E30: // 'N0'
- readResTypeList(rtSound, MKID('SOUN'), "sound");
+ readResTypeList(rtSound, "sound");
break;
case 0x4330: // 'C0'
- readResTypeList(rtCostume, MKID('COST'), "costume");
+ readResTypeList(rtCostume, "costume");
break;
case 0x4F30: // 'O0'