aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/font.h')
-rw-r--r--engines/draci/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/font.h b/engines/draci/font.h
index e81b344af1..5258108add 100644
--- a/engines/draci/font.h
+++ b/engines/draci/font.h
@@ -61,7 +61,7 @@ public:
uint8 getFontHeight() const { return _fontHeight; };
uint8 getMaxCharWidth() const { return _maxCharWidth; };
uint8 getCharWidth(byte chr) const;
- void drawChar(Surface *dst, uint8 chr, int tx, int ty, bool markDirty = true) const;
+ void drawChar(Surface *dst, uint8 chr, int tx, int ty) const;
void drawString(Surface *dst, const byte *str, uint len, int x, int y,
int spacing, bool markDirty = true) const;