aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/font.h')
-rw-r--r--saga/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/font.h b/saga/font.h
index 8e7947ee3d..42bf6c3933 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -108,7 +108,7 @@ class Font {
private:
- int loadFont(uint32 font_rn, int font_id);
+ int loadFont(uint32 fontResourceId);
FONT_STYLE *createOutline(FONT_STYLE * src_font);
int outFont(FONT_STYLE *font, SURFACE * ds, const char *draw_str, size_t draw_str_ct,
int text_x, int text_y, int color, int flags);