summaryrefslogtreecommitdiff
path: root/src/game/q_shared.h
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-08-28 19:36:01 +0000
committerTim Angus <tim@ngus.net>2001-08-28 19:36:01 +0000
commit777cc7c4c8bfcce43596d2752aa7aea0715b9d9c (patch)
treec060466cef96ecd232ecfadfa28158da8cd658dd /src/game/q_shared.h
parent87b5a4caea7e424e826128c4f337d4eab214f0dd (diff)
Fix for accidental edit to q_shared.h
Diffstat (limited to 'src/game/q_shared.h')
-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;