From 87fd6957acc6dd7c4b597b07685691adb2c95870 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 02:22:17 +0000 Subject: Got rid of the 'tag' parameter for readResTypeList() svn-id: r20864 --- engines/scumm/resource_v4.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/scumm/resource_v4.cpp') 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' -- cgit v1.2.3