fixed stupid typoe

svn-id: r4641
This commit is contained in:
Max Horn 2002-07-26 17:08:20 +00:00
parent 9257690cef
commit 673c549975

View file

@ -132,7 +132,7 @@ bool ScummDebugger::do_command()
_s->getBoxCoordinates(i, &box);
flags = _s->getBoxFlags(i);
printf("%d: [%d x %d] [%d x %d] [%d x %d] [%d x %d], flags=0x%02x\n", i,
box.ul.x, box.ul.y, box.ll.x, box.ll.y, box.ur.x, box.ur.y, box.lr.x, box.lr.y), flags;
box.ul.x, box.ul.y, box.ll.x, box.ll.y, box.ur.x, box.ur.y, box.lr.x, box.lr.y, flags);
}
}
return true;