Skip to content

Commit

Permalink
DIRECTOR: Handle kEventExitFrame with 1-ary processEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiatesan authored and sev- committed Jul 5, 2017
1 parent 7b675fc commit 9ddb97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/director/score.cpp
Expand Up @@ -1241,7 +1241,7 @@ void Score::update() {
}
}

_lingo->processEvent(kEventExitFrame, kFrameScript, _frames[_currentFrame]->_actionId);
_lingo->processEvent(kEventExitFrame);

_nextFrameTime = g_system->getMillis() + (float)_currentFrameRate / 60 * 1000;
}
Expand Down

0 comments on commit 9ddb97b

Please sign in to comment.