diff options
-rw-r--r-- | scumm/actor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 50b778a49d..cbefe01dca 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -1575,6 +1575,7 @@ void Scumm::resetActorBgs() { for (i = 0; i < gdi._numStrips; i++) { int strip = _screenStartStrip + i; clearGfxUsageBit(strip, USAGE_BIT_DIRTY); + clearGfxUsageBit(strip, USAGE_BIT_RESTORED); for (j = 1; j < _numActors; j++) { if (testGfxUsageBit(strip, j) && ((_actors[j].top != 0xFF || _actors[j].needRedraw) || _actors[j].needBgReset)) { |