diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 09:43:33 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 14:19:29 +0200 |
commit | fe3a3ad8b51b082a4d93b76175fc9a33700b0e34 (patch) | |
tree | c82245cf060e484ee51daa713a6327fa9713f062 /src/render/Font.h | |
parent | more font (diff) | |
download | re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar.gz re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar.bz2 re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar.lz re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar.xz re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.tar.zst re3-fe3a3ad8b51b082a4d93b76175fc9a33700b0e34.zip |
Diffstat (limited to '')
-rw-r--r-- | src/render/Font.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/Font.h b/src/render/Font.h index e30caed6..ca0ed7d0 100644 --- a/src/render/Font.h +++ b/src/render/Font.h @@ -27,8 +27,7 @@ struct CFontDetails uint32 bank; int16 dropShadowPosition; CRGBA dropColor; - char bFlashState; - char anonymous_21; + bool bFlashState; int nFlashTimer; bool anonymous_23; uint32 anonymous_25; |