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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Aug 12 20:15:54 CEST 2007


Revision: 28567
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28567&view=rev
Author:   eriktorbjorn
Date:     2007-08-12 11:15:54 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Clear _curFile in closeVideo(). This fixes a regression in Lost in Time, where
the screen would go blank after closing the notebook.

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

Modified: scummvm/trunk/engines/gob/videoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/videoplayer.cpp	2007-08-12 17:13:21 UTC (rev 28566)
+++ scummvm/trunk/engines/gob/videoplayer.cpp	2007-08-12 18:15:54 UTC (rev 28567)
@@ -329,6 +329,7 @@
 
 	_video = 0;
 	_stream = 0;
+	*_curFile = 0;
 }
 
 } // End of namespace Gob


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