aboutsummaryrefslogtreecommitdiff
path: root/debug.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-19 11:12:27 +0000
committerJames Brown2002-04-19 11:12:27 +0000
commit89d957090e977e73a9ef314d647e4cded3710bdb (patch)
tree047dba4772978b9ede3b459e3faa11df3759e6bf /debug.cpp
parentd8d136b92b50494f32168531dab82c195c80f43a (diff)
downloadscummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.gz
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.tar.bz2
scummvm-rg350-89d957090e977e73a9ef314d647e4cded3710bdb.zip
Use relative include paths to easy some ports.
svn-id: r4005
Diffstat (limited to 'debug.cpp')
-rw-r--r--debug.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.cpp b/debug.cpp
index 8d9121b969..4116086eb3 100644
--- a/debug.cpp
+++ b/debug.cpp
@@ -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");