aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/text_cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/text_cursor.cpp')
-rw-r--r--engines/titanic/support/text_cursor.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/titanic/support/text_cursor.cpp b/engines/titanic/support/text_cursor.cpp
index dc78d5350d..ad3fe4ed26 100644
--- a/engines/titanic/support/text_cursor.cpp
+++ b/engines/titanic/support/text_cursor.cpp
@@ -80,10 +80,8 @@ void CTextCursor::draw() {
_backRenderSurface->_ddSurface->fillRect(&cursorRect,
_cursorR, _cursorG, _cursorB);
}
- }
-
- if (_active && _blinkVisible) {
- _screenManager->blitFrom(SURFACE_BACKBUFFER, _surface, &_pos);
+
+ //_screenManager->blitFrom(SURFACE_BACKBUFFER, _surface, &_pos);
}
}