[Scummvm-cvs-logs] SF.net SVN: scummvm:[46269] scummvm/trunk/engines/kyra/screen.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Dec 6 01:54:24 CET 2009
Revision: 46269
http://scummvm.svn.sourceforge.net/scummvm/?rev=46269&view=rev
Author: lordhoto
Date: 2009-12-06 00:54:24 +0000 (Sun, 06 Dec 2009)
Log Message:
-----------
Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 floppy/FM-TOWNS/PC98.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/screen.h
Modified: scummvm/trunk/engines/kyra/screen.h
===================================================================
--- scummvm/trunk/engines/kyra/screen.h 2009-12-05 11:32:19 UTC (rev 46268)
+++ scummvm/trunk/engines/kyra/screen.h 2009-12-06 00:54:24 UTC (rev 46269)
@@ -133,7 +133,7 @@
int _width, _height;
- uint8 _numGlyphs;
+ int _numGlyphs;
uint8 *_widthTable;
uint8 *_heightTable;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list