diff options
-rw-r--r-- | engines/director/score.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/score.cpp b/engines/director/score.cpp index 2d78a7089a..639ac90b41 100644 --- a/engines/director/score.cpp +++ b/engines/director/score.cpp @@ -1179,7 +1179,7 @@ void Score::update() { _frames[_currentFrame]->executeImmediateScripts(); // Enter and exit from previous frame (Director 4) - _lingo->processEvent(kEventEnterFrame, kFrameScript, _frames[_currentFrame]->_actionId); + _lingo->processEvent(kEventEnterFrame); _lingo->processEvent(kEventNone, kFrameScript, _frames[_currentFrame]->_actionId); // TODO Director 6 - another order |