From 7ce3719587cf370b0172dc06f85ded25b3c1f263 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 5 Apr 2011 13:44:50 +0200 Subject: SCUMM: Move _heV7RoomIntOffsets from ScummEngine to ScummEngine_v70he --- engines/scumm/resource_v3.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/scumm/resource_v3.cpp') diff --git a/engines/scumm/resource_v3.cpp b/engines/scumm/resource_v3.cpp index 0728395055..5f23720ce9 100644 --- a/engines/scumm/resource_v3.cpp +++ b/engines/scumm/resource_v3.cpp @@ -32,7 +32,7 @@ namespace Scumm { extern const char *resTypeFromId(int id); -void ScummEngine_v3old::readResTypeList(int id) { +int ScummEngine_v3old::readResTypeList(int id) { int num; int i; @@ -57,6 +57,8 @@ void ScummEngine_v3old::readResTypeList(int id) { if (_res->roomoffs[id][i] == 0xFFFF) _res->roomoffs[id][i] = (uint32)RES_INVALID_OFFSET; } + + return num; } void ScummEngine_v3old::readIndexFile() { -- cgit v1.2.3