aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2016-03-17 09:54:40 -0500
committerColin Snover2016-03-17 10:43:07 -0500
commit7f4149d49131164846375d4a5119019995939ca7 (patch)
treeeb6350847047458e3d5b59a1df2dc33839ea4a61
parentf9552863b916dd88d0284929448ab35473d23686 (diff)
downloadscummvm-rg350-7f4149d49131164846375d4a5119019995939ca7.tar.gz
scummvm-rg350-7f4149d49131164846375d4a5119019995939ca7.tar.bz2
scummvm-rg350-7f4149d49131164846375d4a5119019995939ca7.zip
SCI32: Enable redrawAllCount in palMorphFrameOut
-rw-r--r--engines/sci/graphics/frameout.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 30e59c208c..1be0cbddae 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -888,8 +888,7 @@ void GfxFrameout::palMorphFrameOut(const int8 *styleRanges, const ShowStyleEntry
_frameNowVisible = true;
for (PlaneList::iterator plane = _planes.begin(); plane != _planes.end(); ++plane) {
-// TODO:
-// plane->updateRedrawAllCount();
+ (*plane)->_redrawAllCount = getScreenCount();
}
if (g_sci->_gfxRemap32->getRemapCount() > 0 && _remapOccurred) {