diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-18 01:20:53 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-09-18 01:21:13 +0200 |
| commit | 34d16a7db5098015386b092cbfcdad8ffdfe9c86 (patch) | |
| tree | deb552c98d3c7e40d6c98b6d9bb226bfe36917e5 /src/object/heartContainer.c | |
| parent | 7e9ef1afa7054073b2dc24d203b676d83df67297 (diff) | |
decompile madderpillar
Diffstat (limited to 'src/object/heartContainer.c')
| -rw-r--r-- | src/object/heartContainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/heartContainer.c b/src/object/heartContainer.c index 9222f36f..a2a35887 100644 --- a/src/object/heartContainer.c +++ b/src/object/heartContainer.c @@ -37,7 +37,7 @@ static void sub_0808E6A0(Entity* this) { } static void sub_0808E6E4(Entity* this) { - if (CheckFlags(this->field_0x86)) { + if (CheckFlags(this->field_0x86.HWORD)) { this->action = 2; this->spriteSettings.b.draw = 1; this->spriteRendering.b0 = 3; |
