Skip to content

Commit

Permalink
WAGE: Proper game start
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 2, 2016
1 parent 0870ac8 commit c6a83d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/wage.cpp
Expand Up @@ -112,7 +112,7 @@ Common::Error WageEngine::run() {
_temporarilyHidden = false;

Common::String input("look");
_world->_globalScript->execute(_world, 1, &input, NULL, this);
processTurn(&input, NULL);

while (true) {
processEvents();
Expand Down

0 comments on commit c6a83d1

Please sign in to comment.