about summary refs log tree commit diff
path: root/src/engine/client/ec_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/ec_font.h')
-rw-r--r--src/engine/client/ec_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/ec_font.h b/src/engine/client/ec_font.h
index a68a8452..e38b11b7 100644
--- a/src/engine/client/ec_font.h
+++ b/src/engine/client/ec_font.h
@@ -28,7 +28,7 @@ typedef struct
 typedef struct
 {
     int font_count;
-    FONT fonts[8];
+    FONT fonts[14];
 } FONT_SET;
 
 int font_load(FONT *font, const char *filename);