aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/smush_font.h
diff options
context:
space:
mode:
authorGregory Montoir2007-01-27 02:26:37 +0000
committerGregory Montoir2007-01-27 02:26:37 +0000
commit2b61c0d6c1efba14b23655905751981e9b19e365 (patch)
treec3964a11338fc21e7e9542ced5b860fa167c3daf /engines/scumm/smush/smush_font.h
parent843b30403163b67ec277f086f3ead587bd50e266 (diff)
downloadscummvm-rg350-2b61c0d6c1efba14b23655905751981e9b19e365.tar.gz
scummvm-rg350-2b61c0d6c1efba14b23655905751981e9b19e365.tar.bz2
scummvm-rg350-2b61c0d6c1efba14b23655905751981e9b19e365.zip
cleanup (made NutRenderer::loadFont protected, added call during initialisation of the renderer object)
svn-id: r25223
Diffstat (limited to 'engines/scumm/smush/smush_font.h')
-rw-r--r--engines/scumm/smush/smush_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/smush/smush_font.h b/engines/scumm/smush/smush_font.h
index 724eb46658..65bee940c2 100644
--- a/engines/scumm/smush/smush_font.h
+++ b/engines/scumm/smush/smush_font.h
@@ -42,7 +42,7 @@ protected:
void drawSubstring(const char *str, byte *buffer, int dst_width, int x, int y);
public:
- SmushFont(ScummEngine *vm, bool use_original_colors, bool new_colors);
+ SmushFont(ScummEngine *vm, const char *filename, bool use_original_colors, bool new_colors);
void setColor(byte c) { _color = c; }
void drawString (const char *str, byte *buffer, int dst_width, int dst_height, int x, int y, bool center);