mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
new video engine (expect broken non-sdl builds),
simon the sorcerer 1 & 2 support (non SCUMM games) svn-id: r3912
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user