[Scummvm-cvs-logs] SF.net SVN: scummvm: [32172] scummvm/trunk/engines/gob/mult_v2.cpp
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sun May 18 17:02:04 CEST 2008
Revision: 32172
http://scummvm.svn.sourceforge.net/scummvm/?rev=32172&view=rev
Author: drmccoy
Date: 2008-05-18 08:02:01 -0700 (Sun, 18 May 2008)
Log Message:
-----------
Fixing the "meteor fragment and bluxtre pulp not drawn"-glitch by not closing the object video right when it finished playing through
Modified Paths:
--------------
scummvm/trunk/engines/gob/mult_v2.cpp
Modified: scummvm/trunk/engines/gob/mult_v2.cpp
===================================================================
--- scummvm/trunk/engines/gob/mult_v2.cpp 2008-05-18 14:50:41 UTC (rev 32171)
+++ scummvm/trunk/engines/gob/mult_v2.cpp 2008-05-18 15:02:01 UTC (rev 32172)
@@ -764,12 +764,14 @@
case 7:
animData.frame--;
animData.isPaused = 1;
+/*
if ((animData.animation < 0) && (animObj.videoSlot > 0)) {
if (_vm->_vidPlayer->getFlags(animObj.videoSlot - 1) & 0x1000) {
_vm->_vidPlayer->slotClose(animObj.videoSlot - 1);
animObj.videoSlot = 0;
}
}
+*/
break;
case 10:
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