diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/GuiManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/GuiManager.cpp b/gui/GuiManager.cpp index b97a62109b..8cf71a1331 100644 --- a/gui/GuiManager.cpp +++ b/gui/GuiManager.cpp @@ -412,7 +412,7 @@ void GuiManager::setupCursor() { }; CursorMan.pushCursorPalette(palette, 0, 4); - CursorMan.pushCursor(NULL, 0, 0, 0, 0); + CursorMan.pushCursor(NULL, 0, 0, 0, 0, 0); CursorMan.showMouse(true); } @@ -430,7 +430,7 @@ void GuiManager::animateCursor() { } } - CursorMan.replaceCursor(_cursor, 16, 16, 7, 7); + CursorMan.replaceCursor(_cursor, 16, 16, 7, 7, 255); _cursorAnimateTimer = time; _cursorAnimateCounter = (_cursorAnimateCounter + 1) % 4; |
