From 6fd297f08dd22a2dc9fceceee09140d7c86c6aed Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 1 Jun 2005 00:39:22 +0000 Subject: Fix bug #1166917 "FM-TOWNS LOOM: Kanji version crash" svn-id: r18307 --- scumm/intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/intern.h') 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: -- cgit v1.2.3