summaryrefslogtreecommitdiff
path: root/src/object/object86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object86.c')
-rw-r--r--src/object/object86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object86.c b/src/object/object86.c
index 02e0b480..717e3ad0 100644
--- a/src/object/object86.c
+++ b/src/object/object86.c
@@ -75,5 +75,5 @@ void sub_08099ECC(Entity* this) {
CopyPosition(this, &gPlayerEntity);
gPlayerState.playerAction = 3;
gPlayerState.field_0x34[4] = 0;
- gPlayerState.flags.all |= 0x8000;
+ gPlayerState.flags |= 0x8000;
}