aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/font.h
diff options
context:
space:
mode:
authorantoniou792018-08-01 20:15:37 +0300
committerEugene Sandulenko2018-12-25 12:35:52 +0100
commit2f28926f22cd954c3db3e725b280339cac2a7297 (patch)
tree260a374a374d0f77bc1c5d8bc8fe9cd702ce0e1e /engines/bladerunner/font.h
parent6f55071c570ee6a5bc4d4f3205972f6d7e7c35d2 (diff)
downloadscummvm-rg350-2f28926f22cd954c3db3e725b280339cac2a7297.tar.gz
scummvm-rg350-2f28926f22cd954c3db3e725b280339cac2a7297.tar.bz2
scummvm-rg350-2f28926f22cd954c3db3e725b280339cac2a7297.zip
BLADERUNNER: removed BLADERUNNER_SUBTITLES_EXTERNAL_FONT
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);