diff options
Diffstat (limited to 'engines/macventure/script.cpp')
-rw-r--r-- | engines/macventure/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/script.cpp b/engines/macventure/script.cpp index d191cefa12..a051ca8f75 100644 --- a/engines/macventure/script.cpp +++ b/engines/macventure/script.cpp @@ -1083,7 +1083,7 @@ void ScriptEngine::opd5DLOG(EngineState * state, EngineFrame * frame) { } void ScriptEngine::opd6ACMD(EngineState * state, EngineFrame * frame) { - _engine->activateCommand((ControlAction)state->pop()); + _engine->selectControl((ControlAction)state->pop()); } void ScriptEngine::opd7LOSE(EngineState * state, EngineFrame * frame) { |