aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorJonathan Gray2003-03-17 13:16:26 +0000
committerJonathan Gray2003-03-17 13:16:26 +0000
commit03ff93e5db132cf7e4f6e5dfe5b861f42ac16818 (patch)
tree010a8ad48f8b21a55b127dae3892350e7aaca22c /scumm/smush
parentb50b353bcfdb52741afc1f1b77788d64e71efd5a (diff)
downloadscummvm-rg350-03ff93e5db132cf7e4f6e5dfe5b861f42ac16818.tar.gz
scummvm-rg350-03ff93e5db132cf7e4f6e5dfe5b861f42ac16818.tar.bz2
scummvm-rg350-03ff93e5db132cf7e4f6e5dfe5b861f42ac16818.zip
256 + 1 != 256
svn-id: r6823
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_font.h b/scumm/smush/smush_font.h
index 39ecd939f9..46f0e21453 100644
--- a/scumm/smush/smush_font.h
+++ b/scumm/smush/smush_font.h
@@ -28,7 +28,7 @@ class SmushFont {
private:
int _nbChars;
- byte _color;
+ int16 _color;
bool _new_colors;
bool _original;
byte *_dataSrc;