aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/font.h')
-rw-r--r--engines/bladerunner/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/font.h b/engines/bladerunner/font.h
index 4af25468c6..ba5b32789d 100644
--- a/engines/bladerunner/font.h
+++ b/engines/bladerunner/font.h
@@ -54,6 +54,7 @@ class Font {
int _screenHeight;
int _spacing1;
int _spacing2;
+ uint16 _defaultColor;
uint16 _color;
int _intersperse;
@@ -76,7 +77,6 @@ public:
private:
void reset();
- void replaceColor(uint16 oldColor, uint16 newColor);
void drawCharacter(const uint8 character, Graphics::Surface &surface, int x, int y) const;
};