mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MYST3: Fix restarting movies with their current position after the loop point
Fix #1213.
This commit is contained in:
@@ -283,6 +283,7 @@ void ScriptedMovie::update() {
|
||||
if (newEnabled) {
|
||||
if (_disableWhenComplete
|
||||
|| _bink.getCurFrame() < _startFrame
|
||||
|| _bink.getCurFrame() >= _endFrame
|
||||
|| _bink.endOfVideo()) {
|
||||
_bink.seekToFrame(_startFrame);
|
||||
_isLastFrame = false;
|
||||
|
||||
Reference in New Issue
Block a user