aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index f32a482afd..40ec569879 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -3279,10 +3279,6 @@ void Scumm::decompressDefaultCursor(int idx) {
_cursor.hotspotX = 0;
_cursor.hotspotY = 0;
- // FIXME - this corrects the cursor hotspot in Loom (EGA)
- if (_gameId == GID_LOOM)
- _cursor.hotspotY = 15;
-
for (i = 0; i < 8; i++) {
w += (i >= 6) ? -2 : 1;
for (j = 0; j < w; j++)