[Scummvm-cvs-logs] SF.net SVN: scummvm: [28535] scummvm/trunk/engines/gob/videoplayer.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sat Aug 11 22:55:43 CEST 2007
Revision: 28535
http://scummvm.svn.sourceforge.net/scummvm/?rev=28535&view=rev
Author: drmccoy
Date: 2007-08-11 13:55:43 -0700 (Sat, 11 Aug 2007)
Log Message:
-----------
This should fix bug #1770655 and another one eriktorbjorn experienced in the CD version of Lost in Time in one go! :D
Modified Paths:
--------------
scummvm/trunk/engines/gob/videoplayer.cpp
Modified: scummvm/trunk/engines/gob/videoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/videoplayer.cpp 2007-08-11 20:44:22 UTC (rev 28534)
+++ scummvm/trunk/engines/gob/videoplayer.cpp 2007-08-11 20:55:43 UTC (rev 28535)
@@ -132,6 +132,7 @@
return false;
}
+ strcpy(_curFile, fileName);
_video->setXY(x, y);
if (!(flags & kFlagNoVideo)) {
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