aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 94409179b8..dccf1e46b2 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -2525,7 +2525,7 @@ void Scumm::decompressDefaultCursor(int idx)
_cursorWidth = 16;
_cursorHeight = 16;
_cursorHotspotX = 8;
- _cursorHotspotY = 7;
+ _cursorHotspotY = 8;
color = default_cursor_colors[idx];