summaryrefslogtreecommitdiffstats
path: root/libvo/font_load.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/font_load.h')
-rw-r--r--libvo/font_load.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/font_load.h b/libvo/font_load.h
index d43325521b..6e144d5926 100644
--- a/libvo/font_load.h
+++ b/libvo/font_load.h
@@ -16,7 +16,7 @@ typedef struct {
raw_file* pic_a[16];
raw_file* pic_b[16];
short font[65536];
- short start[65536];
+ int start[65536]; // short is not enough for unicode fonts
short width[65536];
} font_desc_t;