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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/bladerunner/font.h b/engines/bladerunner/font.h
index 001a947ca2..d7a4eafc7f 100644
--- a/engines/bladerunner/font.h
+++ b/engines/bladerunner/font.h
@@ -68,9 +68,7 @@ public:
void setSpacing(int spacing1, int spacing2);
void setColor(uint16 color);
- #if !BLADERUNNER_SUBTITLES_EXTERNAL_FONT
- void setBlackColor(); // for subtitles (when using internal font) - emulate shadows
- #endif // !BLADERUNNER_SUBTITLES_EXTERNAL_FONT
+ void setBlackColor(); // for subtitles (when using internal font) - in order to emulate shadows
void draw(const Common::String &text, Graphics::Surface &surface, int x, int y) const;
void drawColor(const Common::String &text, Graphics::Surface &surface, int x, int y, uint16 color);