Fix player flag use

This commit is contained in:
Tal Hayon 2022-03-18 13:45:50 +02:00
parent 105be8ac6e
commit e017dae13e
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@ void sub_080A0190(Entity* this) {
CopyPosition(this, &gPlayerEntity);
gPlayerState.queued_action = 3;
gPlayerState.field_0x38 = 0;
gPlayerState.flags |= PL_FLAGS8000;
gPlayerState.flags |= PL_PIT_IS_EXIT;
}