aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-07 05:18:55 +0000
committerJames Brown2002-03-07 05:18:55 +0000
commitfe991a1a064340edc71b8ce2f14f8291bc888a8e (patch)
tree4846499f25d36609705b209b879e134b76c83cf8 /debug.cpp
parentdea4adfd04e1ea1275e3da262cfb2ab54736576b (diff)
downloadscummvm-rg350-fe991a1a064340edc71b8ce2f14f8291bc888a8e.tar.gz
scummvm-rg350-fe991a1a064340edc71b8ce2f14f8291bc888a8e.tar.bz2
scummvm-rg350-fe991a1a064340edc71b8ce2f14f8291bc888a8e.zip
Fix a very silly -incorrect- fix for walkboxen. Matrix is still wrong, tho :(
svn-id: r3678
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.cpp b/debug.cpp
index 3f5d0a34b4..953d6e516d 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -111,6 +111,7 @@ bool ScummDebugger::do_command() {
int num, i; BoxCoords box;
num = _s->getNumBoxes();
for (i=0; i<num; i++) {
+ printf("bt %d\n", i);
BoxTest(i);
_s->getBoxCoordinates(i, &box);
printf("%d: [%d x %d] [%d x %d] [%d x %d] [%d x %d]\n", i,