[Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.83,1.84
Max Horn
fingolfin at users.sourceforge.net
Thu Sep 11 11:47:50 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv26728
Modified Files:
debugger.cpp
Log Message:
fix V1/V2 walkmatrix debug command
Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- debugger.cpp 11 Sep 2003 14:11:45 -0000 1.83
+++ debugger.cpp 11 Sep 2003 18:23:53 -0000 1.84
@@ -813,6 +813,8 @@
int i, j;
Debug_Printf("Walk matrix:\n");
+ if (_s->_version <= 2)
+ boxm += num;
for (i = 0; i < num; i++) {
Debug_Printf("%d: ", i);
if (_s->_version <= 2) {
More information about the Scummvm-git-logs
mailing list