PARALLACTION: Comment out unused assignment. CID 1002508

This commit is contained in:
Eugene Sandulenko 2013-10-08 00:08:26 +03:00
parent 9faa5d66b7
commit a7055e75d1

View file

@ -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];