mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
Fixing the "meteor fragment and bluxtre pulp not drawn"-glitch by not closing the object video right when it finished playing through
svn-id: r32172
This commit is contained in:
parent
d046175f1f
commit
14c411e90b
@ -764,12 +764,14 @@ void Mult_v2::newCycleAnim(Mult_Object &animObj) {
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user