aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2004-10-09 00:47:47 +0000
committerMax Horn2004-10-09 00:47:47 +0000
commit0d746b05fc4dbf4ef2e2530e6ad95b69bcdfe58d (patch)
tree90a2c8ead4e8bc6e7e3966ee270678d414b9f997 /scumm/smush
parenta904bfc9cfbc4fb2e018dbaf61c2af802e5867a5 (diff)
downloadscummvm-rg350-0d746b05fc4dbf4ef2e2530e6ad95b69bcdfe58d.tar.gz
scummvm-rg350-0d746b05fc4dbf4ef2e2530e6ad95b69bcdfe58d.tar.bz2
scummvm-rg350-0d746b05fc4dbf4ef2e2530e6ad95b69bcdfe58d.zip
Added methods to access charset x/y offs values (though those seem to be all 0 in COMI)
svn-id: r15482
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/smush_font.h b/scumm/smush/smush_font.h
index b197dad9c6..19de753a64 100644
--- a/scumm/smush/smush_font.h
+++ b/scumm/smush/smush_font.h
@@ -29,7 +29,6 @@ namespace Scumm {
class SmushFont : public NutRenderer {
protected:
- int _nbChars;
int16 _color;
bool _new_colors;
bool _original;