summaryrefslogtreecommitdiffstats
path: root/src/render/Font.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-19 02:24:02 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-19 02:24:02 +0100
commitf38ff074c4c709e09cc9c44043fdcf5e8ec92b2a (patch)
treec9d5d92427d5157adff44888cf64ac19f9a22d7f /src/render/Font.h
parentMerge branch 'lcs' into lcsfont (diff)
downloadre3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar.gz
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar.bz2
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar.lz
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar.xz
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.tar.zst
re3-f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a.zip
Diffstat (limited to '')
-rw-r--r--src/render/Font.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/render/Font.h b/src/render/Font.h
index f59ca1e0..b44cf67f 100644
--- a/src/render/Font.h
+++ b/src/render/Font.h
@@ -37,10 +37,9 @@ struct CFontDetails
int nFlashTimer;
bool8 anonymous_23;
uint32 anonymous_25;
- uint32 anonymous_26;
CRGBA outlineColor;
- int32 bOutlineOn;
- uint32 line;
+ int bOutlineOn;
+ int line;
};
struct CFontRenderState