summaryrefslogtreecommitdiff
path: root/src/object/object2A.c
diff options
context:
space:
mode:
authorBehemoth <Luisscheurenbrand@gmail.com>2020-09-18 01:20:53 +0200
committerBehemoth <Luisscheurenbrand@gmail.com>2020-09-18 01:21:13 +0200
commit34d16a7db5098015386b092cbfcdad8ffdfe9c86 (patch)
treedeb552c98d3c7e40d6c98b6d9bb226bfe36917e5 /src/object/object2A.c
parent7e9ef1afa7054073b2dc24d203b676d83df67297 (diff)
decompile madderpillar
Diffstat (limited to 'src/object/object2A.c')
-rw-r--r--src/object/object2A.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object2A.c b/src/object/object2A.c
index 032db162..f98b8cd0 100644
--- a/src/object/object2A.c
+++ b/src/object/object2A.c
@@ -30,7 +30,7 @@ void sub_08089B18(Entity *this)
CopyPosition(this->parent, this);
break;
case 4:
- if (!CheckFlags(this->field_0x86)) {
+ if (!CheckFlags(this->field_0x86.HWORD)) {
this->spriteSettings.b.draw = FALSE;
this->previousActionFlag = 1;
return;