summaryrefslogtreecommitdiff
path: root/src/object/litArea.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/litArea.c')
-rw-r--r--src/object/litArea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/litArea.c b/src/object/litArea.c
index 53b34d1f..93129db4 100644
--- a/src/object/litArea.c
+++ b/src/object/litArea.c
@@ -15,12 +15,12 @@ typedef struct {
/*0x68*/ u16 unk_68;
/*0x6a*/ u16 unk_6a;
/*0x6c*/ u8 unused1[26];
- /*0x86*/ u16 unk_86;
+ /*0x86*/ u16 flag;
} LitAreaEntity;
void LitArea(LitAreaEntity* this) {
if (super->action == 0) {
- if (this->unk_86 != 0 && CheckFlags(this->unk_86) == 0) {
+ if (this->flag != 0 && CheckFlags(this->flag) == 0) {
return;
}
super->spriteSettings.draw = 1;