From 3ff56dd43b87293c5ed058d260b81b30e10e1541 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 13 Oct 2004 08:08:45 +0000 Subject: Correction svn-id: r15540 --- scumm/scumm.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scumm') 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); -- cgit v1.2.3