aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 26fa409543..bc80c0b198 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1587,7 +1587,7 @@ load_game:
animateCursor();
/* show or hide mouse */
- _system->show_mouse(_cursor.state > 0);
+ _system->showMouse(_cursor.state > 0);
if (VAR_TIMER != 0xFF)
VAR(VAR_TIMER) = 0;