From 3b7082c32b20eb33f8c9e6bbaf7ab4a79c3e7fa0 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 6 Dec 2009 00:54:24 +0000 Subject: Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 floppy/FM-TOWNS/PC98. svn-id: r46269 --- engines/kyra/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra') diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h index 0f8208c791..8703ee3ee6 100644 --- a/engines/kyra/screen.h +++ b/engines/kyra/screen.h @@ -133,7 +133,7 @@ private: int _width, _height; - uint8 _numGlyphs; + int _numGlyphs; uint8 *_widthTable; uint8 *_heightTable; -- cgit v1.2.3