summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/q_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/q_shared.h b/src/game/q_shared.h
index 349369c8..9e82c79d 100644
--- a/src/game/q_shared.h
+++ b/src/game/q_shared.h
@@ -1365,6 +1365,7 @@ typedef struct {
typedef struct {
glyphInfo_t glyphs [GLYPHS_PER_FONT];
+ float glyphScale;
char name[MAX_QPATH];
} fontInfo_t;