From d2b0070c5f39661561484f8e2dfd6be271ed21cf Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Fri, 12 Apr 2002 21:26:59 +0000 Subject: new video engine (expect broken non-sdl builds), simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912 --- debug.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debug.cpp') diff --git a/debug.cpp b/debug.cpp index 840d430172..8d9121b969 100644 --- a/debug.cpp +++ b/debug.cpp @@ -63,6 +63,7 @@ void ScummDebugger::attach(Scumm *s) } void BoxTest(int num); + bool ScummDebugger::do_command() { switch (get_command()) { @@ -128,7 +129,8 @@ bool ScummDebugger::do_command() printf("\nWalk boxes:\n"); for (i = 0; i < num; i++) { - BoxTest(i); + warning("BoxTest currently unimplemented in new graphics code\n"); + /*BoxTest(i);*/ _s->getBoxCoordinates(i, &box); printf("%d: [%d x %d] [%d x %d] [%d x %d] [%d x %d]\n", i, box.ul.x, box.ul.y, box.ll.x, box.ll.y, -- cgit v1.2.3