aboutsummaryrefslogtreecommitdiff
path: root/saga/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/font.cpp')
-rw-r--r--saga/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/font.cpp b/saga/font.cpp
index 31394f8b20..5894b0d6c3 100644
--- a/saga/font.cpp
+++ b/saga/font.cpp
@@ -228,7 +228,7 @@ int FONT_Load(ulong font_rn, int font_id)
return R_FAILURE;
}
- normal_font->font_p = (uchar *) read_p;
+ normal_font->font_p = fontres_p + R_FONT_DESCSIZE;
font->normal = normal_font;
font->normal_loaded = 1;