diff options
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |