aboutsummaryrefslogtreecommitdiff
path: root/simon/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/cursor.cpp')
-rw-r--r--simon/cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/cursor.cpp b/simon/cursor.cpp
index a8fe272e75..5f3042c22c 100644
--- a/simon/cursor.cpp
+++ b/simon/cursor.cpp
@@ -224,7 +224,7 @@ static const byte _simon2_cursors[10][256] = {
void SimonEngine::draw_mouse_pointer() {
if (_game & GF_SIMON2)
- _system->setMouseCursor(_simon2_cursors[_mouse_cursor], 16, 16, 7, 7);
+ _system->setMouseCursor(_simon2_cursors[_mouseCursor], 16, 16, 7, 7);
else
_system->setMouseCursor(_simon1_cursor, 16, 16, 0, 0);
}