From 9810ec14420466830a182d17e384c2037ca0034b Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 31 Jan 2011 13:28:55 +0000 Subject: GOB: Make Font::_itemSize unsigned This fixes a font drawing error in Adibou. svn-id: r55681 --- engines/gob/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/gob/video.h b/engines/gob/video.h index 2f3e074258..d4db72a54c 100644 --- a/engines/gob/video.h +++ b/engines/gob/video.h @@ -58,7 +58,7 @@ private: int8 _itemHeight; uint8 _startItem; uint8 _endItem; - int8 _itemSize; + uint8 _itemSize; int8 _bitWidth; uint16 getCharCount() const; -- cgit v1.2.3