diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-27 00:01:22 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-28 09:19:46 +0300 |
| commit | 4de453b4deb7345cd9ed1899b5c86d6d8448f95d (patch) | |
| tree | 9b3c0cc2375e98ce786959b9877cada6ec5b9f53 /include/kinstone.h | |
| parent | f89959884321beb6bed47540550b3edf47c21fe6 (diff) | |
Add TextCategory enum
Diffstat (limited to 'include/kinstone.h')
| -rw-r--r-- | include/kinstone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kinstone.h b/include/kinstone.h index c8a7b580..a293104a 100644 --- a/include/kinstone.h +++ b/include/kinstone.h @@ -12,7 +12,7 @@ typedef struct { u8 _3; u8 _4; u8 _5; - u16 _6; + u16 textIndex; u16 _8; u16 _a; Entity* ent; |
