diff options
Diffstat (limited to 'engines/parallaction/debug.cpp')
-rw-r--r-- | engines/parallaction/debug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/debug.cpp b/engines/parallaction/debug.cpp index 25acac9b06..4a8f8c71d7 100644 --- a/engines/parallaction/debug.cpp +++ b/engines/parallaction/debug.cpp @@ -62,8 +62,8 @@ void Debugger::postEnter() { bool Debugger::Cmd_Location(int argc, const char **argv) { - const char *character = _vm->_char.getName(); - const char *location = _vm->_location._name; + const char *character; // = _vm->_char.getName(); + const char *location; // = _vm->_location._name; char tmp[PATH_LEN]; |