aboutsummaryrefslogtreecommitdiff
path: root/scumm/nut_renderer.h
diff options
context:
space:
mode:
authorMax Horn2004-04-04 18:07:26 +0000
committerMax Horn2004-04-04 18:07:26 +0000
commit5858a919a2b33c7249485f3c4c2d903680fa7ed9 (patch)
treec1e8870f7117b6b8fca0dbb2632b87ea5b4f1d73 /scumm/nut_renderer.h
parentf1ee3c0163b65619a6dcad280ec24ad13c5731b8 (diff)
downloadscummvm-rg350-5858a919a2b33c7249485f3c4c2d903680fa7ed9.tar.gz
scummvm-rg350-5858a919a2b33c7249485f3c4c2d903680fa7ed9.tar.bz2
scummvm-rg350-5858a919a2b33c7249485f3c4c2d903680fa7ed9.zip
allow disabling of text shadow in NUT font renderer
svn-id: r13459
Diffstat (limited to 'scumm/nut_renderer.h')
-rw-r--r--scumm/nut_renderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/nut_renderer.h b/scumm/nut_renderer.h
index 9a261d2105..6e06f6cec0 100644
--- a/scumm/nut_renderer.h
+++ b/scumm/nut_renderer.h
@@ -54,7 +54,7 @@ public:
bool loadFont(const char *filename, const char *dir);
void drawFrame(byte *dst, int c, int x, int y);
- void drawShadowChar(int c, int x, int y, byte color, bool useMask);
+ void drawShadowChar(int c, int x, int y, byte color, bool useMask, bool showShadow);
int getCharWidth(byte c);
int getCharHeight(byte c);