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 cbc47a9148..230198bc6c 100644 --- a/engines/macventure/script.cpp +++ b/engines/macventure/script.cpp @@ -1071,7 +1071,7 @@ void ScriptEngine::opd5DLOG(EngineState * state, EngineFrame * frame) { } void ScriptEngine::opd6ACMD(EngineState * state, EngineFrame * frame) { - _engine->activateCommand((ControlReference)state->pop()); + _engine->activateCommand((ControlType)state->pop()); } void ScriptEngine::opd7LOSE(EngineState * state, EngineFrame * frame) { |