mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
GOB: Close the just ended live video, not the first one
svn-id: r55734
This commit is contained in:
parent
3d0edd71c9
commit
fed0adacb7
@ -375,7 +375,7 @@ void VideoPlayer::updateLive(int slot, bool force) {
|
||||
if (!video->properties.loop) {
|
||||
if (!(video->properties.flags & kFlagNoVideo))
|
||||
WRITE_VAR_OFFSET(212, (uint32)-1);
|
||||
_vm->_vidPlayer->closeVideo();
|
||||
_vm->_vidPlayer->closeVideo(slot);
|
||||
return;
|
||||
} else {
|
||||
video->decoder->seek(0, SEEK_SET, true);
|
||||
|
Loading…
Reference in New Issue
Block a user