aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queen/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/command.cpp b/queen/command.cpp
index d1c7db7300..cc038ca060 100644
--- a/queen/command.cpp
+++ b/queen/command.cpp
@@ -434,7 +434,7 @@ int16 Command::makeJoeWalkTo(int16 x, int16 y, int16 objNum, Verb v, bool mustWa
}
if (v == VERB_WALK_TO) {
_vm->logic()->entryObj(objData->entryObj);
- if (objData->entryObj > 0 && v != VERB_CLOSE) {
+ if (objData->entryObj > 0) {
_vm->logic()->newRoom(_vm->logic()->objectData(objData->entryObj)->room);
// because this is an exit object, see if there is
// a walk off point and set (x,y) accordingly