diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-01-19 02:24:02 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-01-19 02:24:02 +0100 |
commit | f38ff074c4c709e09cc9c44043fdcf5e8ec92b2a (patch) | |
tree | c9d5d92427d5157adff44888cf64ac19f9a22d7f /src/render/Font.h | |
parent | Merge branch 'lcs' into lcsfont (diff) | |
download | re3-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.h | 5 |
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 |