diff options
author | Travis Howell | 2004-10-13 08:08:45 +0000 |
---|---|---|
committer | Travis Howell | 2004-10-13 08:08:45 +0000 |
commit | 3ff56dd43b87293c5ed058d260b81b30e10e1541 (patch) | |
tree | 428ad7c8a1851e18ca406a20179fbcc4514e0b73 /scumm | |
parent | 3539b6ad959467141e802e0605d901000f29e846 (diff) | |
download | scummvm-rg350-3ff56dd43b87293c5ed058d260b81b30e10e1541.tar.gz scummvm-rg350-3ff56dd43b87293c5ed058d260b81b30e10e1541.tar.bz2 scummvm-rg350-3ff56dd43b87293c5ed058d260b81b30e10e1541.zip |
Correction
svn-id: r15540
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/scumm.cpp | 8 |
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); |