summaryrefslogtreecommitdiff
path: root/include/object/pushableFurniture.h
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2025-03-02 17:36:29 +0000
committerHenny022p <info@henny022.de>2025-03-09 18:57:54 +0000
commit58c948b8c4734bd7735edf918cae0af39771647c (patch)
tree2478f0e4f412849c8bea8e3b3a6cd07300c700e8 /include/object/pushableFurniture.h
parentcd2b8d4b531ee5b4b78d04964a3f895edc31db73 (diff)
name flag fields in structs
Diffstat (limited to 'include/object/pushableFurniture.h')
-rw-r--r--include/object/pushableFurniture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object/pushableFurniture.h b/include/object/pushableFurniture.h
index db693183..c17ff6ce 100644
--- a/include/object/pushableFurniture.h
+++ b/include/object/pushableFurniture.h
@@ -19,7 +19,7 @@ typedef struct {
/*0x82*/ u8 unk_82;
/*0x83*/ u8 unk_83;
/*0x84*/ u8 unk_84[0x2];
- /*0x86*/ u16 unk_86;
+ /*0x86*/ u16 flag;
} PushableFurnitureEntity;
#endif // PUSHABLEFURNITURE_H