aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 4624ae81cf..be8913ea23 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1310,16 +1310,16 @@ void ScummEngine_v6::scummInit() {
setCursorFromImg(697, 60, 1);
setCursorTransparency(1);
}
+}
+
+void ScummEngine_v60he::scummInit() {
+ ScummEngine::scummInit();
// HACK cursor hotspot is wrong
// Original games used
// setCursorHotspot(8, 7);
if (_gameId == GID_FUNPACK)
setCursorHotspot(16, 16);
-}
-
-void ScummEngine_v60he::scummInit() {
- ScummEngine::scummInit();
if (_heversion >= 70) {
free(_wizPolygons);