summaryrefslogtreecommitdiff
path: root/include/structures.h
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-08-08 20:03:12 +0300
committerTal Hayon <talhayon1@gmail.com>2022-08-08 20:03:12 +0300
commit79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch)
tree1e59403522cbeeaa36c33ca34662f17c49866639 /include/structures.h
parent22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff)
Various documentations
Diffstat (limited to 'include/structures.h')
-rw-r--r--include/structures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h
index 1a880e1d..a87a820a 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -298,7 +298,7 @@ typedef struct {
u8 draw_border : 1;
u8 border_type : 4;
u8 fill_type;
- u8 _15;
+ u8 charColor;
u8 _16;
u8 stylized;
} Font;