diff options
Diffstat (limited to 'engines/gob/draw.cpp')
-rw-r--r-- | engines/gob/draw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/draw.cpp b/engines/gob/draw.cpp index d1d19d0179..2d84800360 100644 --- a/engines/gob/draw.cpp +++ b/engines/gob/draw.cpp @@ -248,6 +248,7 @@ void Draw::invalidateRect(int16 left, int16 top, int16 right, int16 bottom) { void Draw::blitInvalidated(void) { int16 i; + if (_cursorIndex == 4) blitCursor(); |