ZZZZZZZZZZZZZZCCCVS: ----------------------------------------------------------------------

Skip walkbox data in C64 maniac for now.

svn-id: r18824
This commit is contained in:
Travis Howell 2005-09-14 12:11:28 +00:00
parent a5b1a8a2b5
commit cfa4ccf2e7

View File

@ -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