summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-04-19 21:32:59 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-04-19 21:32:59 +0200
commit2308321805b97105cf03e8a38d44c90d9f652cd1 (patch)
tree771fa4af464b5f8ddc297d2eb3b3df254a541832 /src/render/Font.h
parentMerge pull request #474 from Nick007J/master (diff)
downloadre3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.gz
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.bz2
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.lz
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.xz
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.tar.zst
re3-2308321805b97105cf03e8a38d44c90d9f652cd1.zip
Diffstat (limited to 'src/render/Font.h')
-rw-r--r--src/render/Font.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index ebf5e292..01d67700 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -44,14 +44,16 @@ enum {
enum
{
FONT_LANGSET_EFIGS,
- FONT_LANGSET_RUSSIAN
+ FONT_LANGSET_RUSSIAN,
+ FONT_LANGSET_POLISH,
+ LANGSET_MAX
};
#endif
class CFont
{
#ifdef MORE_LANGUAGES
- static int16 Size[2][MAX_FONTS][193];
+ static int16 Size[LANGSET_MAX][MAX_FONTS][193];
static uint8 LanguageSet;
static int32 Slot;
#else