aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/window.cpp')
-rw-r--r--engines/tony/window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tony/window.cpp b/engines/tony/window.cpp
index 0746b267bd..013be84b4b 100644
--- a/engines/tony/window.cpp
+++ b/engines/tony/window.cpp
@@ -255,6 +255,10 @@ void RMWindow::plotLines(const byte *lpBuf, const Common::Point &center, int x,
}
}
+void RMWindow::showDirtyRects(bool v) {
+ _showDirtyRects = v;
+}
+
/****************************************************************************\
* RMSnapshot Methods
\****************************************************************************/