From cfa4ccf2e783d1cad88d97809e3596ca17069056 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 14 Sep 2005 12:11:28 +0000 Subject: ZZZZZZZZZZZZZZCCCVS: ---------------------------------------------------------------------- Skip walkbox data in C64 maniac for now. svn-id: r18824 --- scumm/room.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scumm') diff --git a/scumm/room.cpp b/scumm/room.cpp index faa4e502ee..af15fc2288 100644 --- a/scumm/room.cpp +++ b/scumm/room.cpp @@ -691,6 +691,10 @@ void ScummEngine_v3old::initRoomSubBlocks() { res.nukeResource(rtMatrix, 1); res.nukeResource(rtMatrix, 2); + // TODO: Different box format used + if (_gameId == GID_MANIAC && _platform == Common::kPlatformC64) + return; + if (_version <= 2) ptr = roomptr + *(roomptr + 0x15); else -- cgit v1.2.3