diff options
-rw-r--r-- | engines/wage/wage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/wage.cpp b/engines/wage/wage.cpp index 07fe30e429..5ab49eaba0 100644 --- a/engines/wage/wage.cpp +++ b/engines/wage/wage.cpp @@ -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(); |