From d7ce1d2b192adbfe9e78697612d159bcc37dc43e Mon Sep 17 00:00:00 2001 From: Ruediger Hanke Date: Fri, 26 Apr 2002 18:52:33 +0000 Subject: Fix for the DOTTDEMO memory overwrite crash that happened at least on MorphOS svn-id: r4095 --- scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm.h') diff --git a/scumm.h b/scumm.h index d384b6e84e..2e87d9e42b 100644 --- a/scumm.h +++ b/scumm.h @@ -1294,7 +1294,7 @@ public: CharsetRenderer charset; byte _charsetColor; uint16 _noSubtitles; // Skip all subtitles? - byte _charsetData[10][16]; + byte _charsetData[15][16]; void initCharset(int charset); void restoreCharsetBg(); int hasCharsetMask(int x, int y, int x2, int y2); -- cgit v1.2.3