aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorJames Brown2003-02-07 19:24:34 +0000
committerJames Brown2003-02-07 19:24:34 +0000
commit270e95a65575164466ebf9f2a59de696772d9625 (patch)
tree1704117047cb6bdbfda5b68df775b21083095a92 /scumm/gfx.cpp
parenta6cbfebf6dd743a6c4e25c3326ed7e10d3037413 (diff)
downloadscummvm-rg350-270e95a65575164466ebf9f2a59de696772d9625.tar.gz
scummvm-rg350-270e95a65575164466ebf9f2a59de696772d9625.tar.bz2
scummvm-rg350-270e95a65575164466ebf9f2a59de696772d9625.zip
Patch 679354: ComI actor redraw patch
svn-id: r6590
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 14438616b8..4295d01fad 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -693,7 +693,6 @@ void Scumm::redrawBGAreas()
redrawBGStrip(0, 1);
} else if (_fullRedraw != 0 || diff != 0) {
_BgNeedsRedraw = false;
- _fullRedraw = false;
redrawBGStrip(0, gdi._numStrips);
}
} else {