aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/windows.cpp')
-rw-r--r--engines/gargoyle/windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/windows.cpp b/engines/gargoyle/windows.cpp
index b0f1cd7562..5bf2b3eac9 100644
--- a/engines/gargoyle/windows.cpp
+++ b/engines/gargoyle/windows.cpp
@@ -420,7 +420,7 @@ void Windows::redrawRect(const Rect &r) {
}
void Windows::repaint(const Rect &box) {
- // No implementation
+ g_vm->_events->redraw();
}
byte *Windows::rgbShift(byte *rgb) {