[Scummvm-cvs-logs] SF.net SVN: scummvm:[55734] scummvm/trunk/engines/gob/videoplayer.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Feb 2 18:03:15 CET 2011


Revision: 55734
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55734&view=rev
Author:   drmccoy
Date:     2011-02-02 17:03:14 +0000 (Wed, 02 Feb 2011)

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

Modified Paths:
--------------
    scummvm/trunk/engines/gob/videoplayer.cpp

Modified: scummvm/trunk/engines/gob/videoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/videoplayer.cpp	2011-02-02 16:51:31 UTC (rev 55733)
+++ scummvm/trunk/engines/gob/videoplayer.cpp	2011-02-02 17:03:14 UTC (rev 55734)
@@ -375,7 +375,7 @@
 		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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list