[Scummvm-git-logs] scummvm master -> 95a484e7b0d7568c50ff46e728f2f3c5f0315496
djsrv
dservilla at gmail.com
Fri Jun 26 21:04:08 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
95a484e7b0 DIRECTOR: LINGO: Remove perFrameHook TODO
Commit: 95a484e7b0d7568c50ff46e728f2f3c5f0315496
https://github.com/scummvm/scummvm/commit/95a484e7b0d7568c50ff46e728f2f3c5f0315496
Author: djsrv (dservilla at gmail.com)
Date: 2020-06-26T17:03:47-04:00
Commit Message:
DIRECTOR: LINGO: Remove perFrameHook TODO
The perFrameHook call is in the correct place.
Changed paths:
engines/director/score.cpp
diff --git a/engines/director/score.cpp b/engines/director/score.cpp
index 19a626fc6c..2d4e5d47f6 100644
--- a/engines/director/score.cpp
+++ b/engines/director/score.cpp
@@ -430,8 +430,6 @@ void Score::update() {
// For previous frame
if (_currentFrame > 0 && !_vm->_playbackPaused) {
- // TODO: Confirm when the perFrameHook is called if
- // there's no transition.
// If there is a transition, the perFrameHook is called
// after each transition subframe instead.
if (_frames[_currentFrame]->_transType == 0) {
More information about the Scummvm-git-logs
mailing list