diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 03:15:10 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 03:15:10 +0200 |
commit | 1c0189979965cb237aa5fb300a5522e1408123ac (patch) | |
tree | 791f188c7d4f87111bf3235b87f4b74e2fbebf9e /src/render/Font.h | |
parent | CBike done (diff) | |
parent | FONT_BANK renamed to FONT_STANDARD (diff) | |
download | re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar.gz re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar.bz2 re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar.lz re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar.xz re3-1c0189979965cb237aa5fb300a5522e1408123ac.tar.zst re3-1c0189979965cb237aa5fb300a5522e1408123ac.zip |
Diffstat (limited to 'src/render/Font.h')
-rw-r--r-- | src/render/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Font.h b/src/render/Font.h index 48f5703d..ef04ef28 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -28,7 +28,7 @@ struct CFontDetails class CSprite2d; enum { - FONT_BANK, + FONT_STANDARD, FONT_PAGER, FONT_HEADING, #ifdef MORE_LANGUAGES |