diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 8fe08f3e6791..a80f0ac2c0c4 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 ");