[Scummvm-cvs-logs] SF.net SVN: scummvm:[55681] scummvm/trunk/engines/gob/video.h
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Mon Jan 31 14:28:55 CET 2011
Revision: 55681
http://scummvm.svn.sourceforge.net/scummvm/?rev=55681&view=rev
Author: drmccoy
Date: 2011-01-31 13:28:55 +0000 (Mon, 31 Jan 2011)
Log Message:
-----------
GOB: Make Font::_itemSize unsigned
This fixes a font drawing error in Adibou.
Modified Paths:
--------------
scummvm/trunk/engines/gob/video.h
Modified: scummvm/trunk/engines/gob/video.h
===================================================================
--- scummvm/trunk/engines/gob/video.h 2011-01-31 12:01:24 UTC (rev 55680)
+++ scummvm/trunk/engines/gob/video.h 2011-01-31 13:28:55 UTC (rev 55681)
@@ -58,7 +58,7 @@
int8 _itemHeight;
uint8 _startItem;
uint8 _endItem;
- int8 _itemSize;
+ uint8 _itemSize;
int8 _bitWidth;
uint16 getCharCount() const;
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