Use relative include paths to easy some ports.

svn-id: r4005
This commit is contained in:
James Brown 2002-04-19 11:12:27 +00:00
parent d8d136b92b
commit 89d957090e
12 changed files with 64 additions and 46 deletions

View file

@ -43,7 +43,7 @@ enum {
CMD_LOAD_ROOM,
CMD_DUMPBOX,
CMD_VAR,
CMD_WATCH,
CMD_WATCH,
CMD_EXIT
};
@ -152,6 +152,7 @@ bool ScummDebugger::do_command()
printf("Var[%d] = %d\n", var, _s->readVar(var));
}
return true;
case CMD_WATCH:
if (!_parameters[0]) {
printf("Clearing all watches..\n");