diff options
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index 1ee669af18..2c23a46d69 100644 --- a/engines/wage/script.cpp +++ b/engines/wage/script.cpp @@ -163,7 +163,6 @@ bool Script::execute(World *world, int loopCount, Common::String *inputText, Des if (globalHandled) _handled = true; } else if (!input.empty()) { - input.toLowercase(); if (input.contains("north")) { _handled = _engine->handleMoveCommand(NORTH, "north"); } else if (input.contains("east")) { |