diff options
| author | James Brown | 2002-04-19 11:12:27 +0000 | 
|---|---|---|
| committer | James Brown | 2002-04-19 11:12:27 +0000 | 
| commit | 89d957090e977e73a9ef314d647e4cded3710bdb (patch) | |
| tree | 047dba4772978b9ede3b459e3faa11df3759e6bf /debug.cpp | |
| parent | d8d136b92b50494f32168531dab82c195c80f43a (diff) | |
| download | scummvm-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.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -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");  | 
