aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobia Tesan2017-06-19 01:16:34 +0200
committerEugene Sandulenko2017-07-05 08:35:33 +0200
commitf9302e2c94773e32cd187377b01c65c2cad69abb (patch)
tree5866f9c5f02d8754ac2830b0bf8f6beee8316482
parentce3aaa08d071a4f12246f579a40d3e7c6de3ec15 (diff)
downloadscummvm-rg350-f9302e2c94773e32cd187377b01c65c2cad69abb.tar.gz
scummvm-rg350-f9302e2c94773e32cd187377b01c65c2cad69abb.tar.bz2
scummvm-rg350-f9302e2c94773e32cd187377b01c65c2cad69abb.zip
DIRECTOR: Handle frame enter/exit with 1-ary processEvent call
-rw-r--r--engines/director/score.cpp2
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