From 2b61c0d6c1efba14b23655905751981e9b19e365 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 27 Jan 2007 02:26:37 +0000 Subject: cleanup (made NutRenderer::loadFont protected, added call during initialisation of the renderer object) svn-id: r25223 --- engines/scumm/smush/smush_font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/smush/smush_font.h') 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); -- cgit v1.2.3