[Scummvm-cvs-logs] CVS: scummvm/scumm room.cpp,1.21,1.22
kirben
kirben at users.sourceforge.net
Wed Sep 14 05:12:18 CEST 2005
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29794/scumm
Modified Files:
room.cpp
Log Message:
ZZZZZZZZZZZZZZCCCVS: ----------------------------------------------------------------------
Skip walkbox data in C64 maniac for now.
Index: room.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/room.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- room.cpp 14 Sep 2005 08:20:37 -0000 1.21
+++ room.cpp 14 Sep 2005 12:11:28 -0000 1.22
@@ -691,6 +691,10 @@
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
More information about the Scummvm-git-logs
mailing list