aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-06-01 00:39:22 +0000
committerEugene Sandulenko2005-06-01 00:39:22 +0000
commit6fd297f08dd22a2dc9fceceee09140d7c86c6aed (patch)
treefb1f31dac759350557deee646e2341e46a09213e /scumm/intern.h
parent5f445e111f061fc865c27b5455d7d7a6fd4bb0d5 (diff)
downloadscummvm-rg350-6fd297f08dd22a2dc9fceceee09140d7c86c6aed.tar.gz
scummvm-rg350-6fd297f08dd22a2dc9fceceee09140d7c86c6aed.tar.bz2
scummvm-rg350-6fd297f08dd22a2dc9fceceee09140d7c86c6aed.zip
Fix bug #1166917 "FM-TOWNS LOOM: Kanji version crash"
svn-id: r18307
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 99b2bb2d50..d911505582 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -50,7 +50,7 @@ protected:
const OpcodeEntryV5 *_opcodesV5;
- uint16 _cursorImages[4][16];
+ uint16 _cursorImages[4][17];
byte _cursorHotspots[2 * 4];
public: