diff options
-rw-r--r-- | engines/wage/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 8fe08f3e67..a80f0ac2c0 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -952,7 +952,7 @@ void Script::handleMoveCommand(Scene::Directions dir, const char *dirName) { return; } } - if (msg != NULL && msg.size() > 0) { + if (msg.size() > 0) { appendText(msg); } else { Common::String txt("You can't go "); |