diff options
Diffstat (limited to 'engines/titanic/support/text_cursor.cpp')
| -rw-r--r-- | engines/titanic/support/text_cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/text_cursor.cpp b/engines/titanic/support/text_cursor.cpp index 5c7593ba68..1da98c1cf7 100644 --- a/engines/titanic/support/text_cursor.cpp +++ b/engines/titanic/support/text_cursor.cpp @@ -32,7 +32,7 @@ CTextCursor::CTextCursor(CScreenManager *screenManager) : _backRenderSurface(nullptr), _frontRenderSurface(nullptr), _blinkDelay(300), _size(2, 10), _priorBlinkTime(0), _cursorR(0), _cursorG(0), _cursorB(0), _mode(-1) { - _surface = screenManager->createSurface(10, 10); + _surface = screenManager->createSurface(10, 10, 16); } CTextCursor::~CTextCursor() { |
