mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
MYST3: Fix restarting movies with their current position after the loop point
Fix #1213.
This commit is contained in:
parent
c29c92490e
commit
4433268bea
@ -283,6 +283,7 @@ void ScriptedMovie::update() {
|
||||
if (newEnabled) {
|
||||
if (_disableWhenComplete
|
||||
|| _bink.getCurFrame() < _startFrame
|
||||
|| _bink.getCurFrame() >= _endFrame
|
||||
|| _bink.endOfVideo()) {
|
||||
_bink.seekToFrame(_startFrame);
|
||||
_isLastFrame = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user