GOB: Close the just ended live video, not the first one

svn-id: r55734
This commit is contained in:
Sven Hesse 2011-02-02 17:03:14 +00:00
parent 3d0edd71c9
commit fed0adacb7

View File

@ -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);