aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.cpp')
-rw-r--r--saga/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index 454e368b5e..1f75529b0f 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -68,7 +68,7 @@ int GFX_Init(OSystem *system, int width, int height) {
// For now, always show the mouse cursor.
GFX_SetCursor(1);
- SYSINPUT_ShowMouse();
+ g_system->showMouse(true);
return R_SUCCESS;
}