From 5858a919a2b33c7249485f3c4c2d903680fa7ed9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 4 Apr 2004 18:07:26 +0000 Subject: allow disabling of text shadow in NUT font renderer svn-id: r13459 --- scumm/nut_renderer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/nut_renderer.h') 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); -- cgit v1.2.3