diff options
-rw-r--r-- | engines/glk/windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/windows.cpp b/engines/glk/windows.cpp index 1e53f25ef1..58a1648b5c 100644 --- a/engines/glk/windows.cpp +++ b/engines/glk/windows.cpp @@ -411,7 +411,7 @@ void Windows::redraw() { if (_moreFocus) refocus(_focusWin); - _forceRedraw = 0; + _forceRedraw = false; } void Windows::redrawRect(const Rect &r) { |