Skip to content

Commit

Permalink
WAGE: Remove redundant operation
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 6e3cd0b commit 0a57ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/wage/script.cpp
Expand Up @@ -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")) {
Expand Down

0 comments on commit 0a57ac4

Please sign in to comment.