aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/gfx_towns.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/gfx_towns.cpp b/engines/scumm/gfx_towns.cpp
index 6a558c97b4..166e55e41d 100644
--- a/engines/scumm/gfx_towns.cpp
+++ b/engines/scumm/gfx_towns.cpp
@@ -206,6 +206,8 @@ TownsScreen::TownsScreen(OSystem *system, int width, int height, Graphics::Pixel
memset(_outBuffer, 0, _pitch * _height);
setupLayer(0, width, height, 256);
+
+ _numDirtyRects = 0;
}
TownsScreen::~TownsScreen() {