summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-24 10:47:17 +0200
committerGitHub <noreply@github.com>2020-05-24 10:47:17 +0200
commit19a0c8b462a6aa6858f8447b171b53a80106ea22 (patch)
tree40ac418dc725d9d17fd22d7b445029977e0ef7c5 /src/render/Font.h
parentMerge pull request #582 from Nick007J/miami (diff)
parentMenu borders and weapon fixes (diff)
downloadre3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar.gz
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar.bz2
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar.lz
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar.xz
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.tar.zst
re3-19a0c8b462a6aa6858f8447b171b53a80106ea22.zip
Diffstat (limited to 'src/render/Font.h')
-rw-r--r--src/render/Font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index 9b4e7132..48f5703d 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -68,8 +68,8 @@ class CFont
static int16 Size[MAX_FONTS][193];
#endif
static int16 NewLine;
- static CSprite2d Sprite[MAX_FONTS];
public:
+ static CSprite2d Sprite[MAX_FONTS];
static CFontDetails Details;
static void Initialise(void);