[Scummvm-cvs-logs] SF.net SVN: scummvm:[51880] scummvm/trunk/engines/gob/game.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun Aug 8 02:48:51 CEST 2010
Revision: 51880
http://scummvm.svn.sourceforge.net/scummvm/?rev=51880&view=rev
Author: drmccoy
Date: 2010-08-08 00:48:51 +0000 (Sun, 08 Aug 2010)
Log Message:
-----------
GOB: Another VideoPlayer interface adaption
Modified Paths:
--------------
scummvm/trunk/engines/gob/game.cpp
Modified: scummvm/trunk/engines/gob/game.cpp
===================================================================
--- scummvm/trunk/engines/gob/game.cpp 2010-08-08 00:48:23 UTC (rev 51879)
+++ scummvm/trunk/engines/gob/game.cpp 2010-08-08 00:48:51 UTC (rev 51880)
@@ -299,7 +299,7 @@
break;
if (skipPlay == -2) {
- _vm->_vidPlayer->primaryClose();
+ _vm->_vidPlayer->closeVideo();
skipPlay = 0;
}
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