From 7f4149d49131164846375d4a5119019995939ca7 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 17 Mar 2016 09:54:40 -0500 Subject: SCI32: Enable redrawAllCount in palMorphFrameOut --- engines/sci/graphics/frameout.cpp | 3 +-- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3