aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.cpp')
-rw-r--r--saga/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index c98ebc5da5..454e368b5e 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -67,6 +67,7 @@ int GFX_Init(OSystem *system, int width, int height) {
GfxModule.black_index = -1;
// For now, always show the mouse cursor.
+ GFX_SetCursor(1);
SYSINPUT_ShowMouse();
return R_SUCCESS;