aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-27 13:55:55 +0000
committerTravis Howell2005-04-27 13:55:55 +0000
commitf6971f847ce37b7c8afbbd29262a1ffed7335610 (patch)
tree2cc926b6e16c8e47aaad0d1bb1b06b43ff0d81be /scumm/cursor.cpp
parent2c012197910972fc5a16a3316b21b2b4ad7d8687 (diff)
downloadscummvm-rg350-f6971f847ce37b7c8afbbd29262a1ffed7335610.tar.gz
scummvm-rg350-f6971f847ce37b7c8afbbd29262a1ffed7335610.tar.bz2
scummvm-rg350-f6971f847ce37b7c8afbbd29262a1ffed7335610.zip
Fix glitch when skipping AUX sequence in freddi.
Add missing bits of AUX code. svn-id: r17837
Diffstat (limited to 'scumm/cursor.cpp')
-rw-r--r--scumm/cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index dd4cb23be3..553fff66ca 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -65,7 +65,7 @@ static const byte default_cursor_hotspots[10] = {
8, 7, //zak256
};
-static const uint16 default_he_cursor[] = {
+static const uint16 default_he_cursor[64] = {
0x0000, 0x0000, 0x3800, 0x0000, 0x7e00, 0x0000, 0x5f80, 0x0000,
0x5fe0, 0x0000, 0x2ff8, 0x0000, 0x27fe, 0x0000, 0x17ff, 0x8000,
0x13ff, 0xe000, 0x09ff, 0xf000, 0x09ff, 0xf800, 0x04ff, 0xf800,