diff options
Diffstat (limited to 'src/interrupts.c')
| -rw-r--r-- | src/interrupts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interrupts.c b/src/interrupts.c index 5ea8bc64..f52a8da3 100644 --- a/src/interrupts.c +++ b/src/interrupts.c @@ -219,8 +219,8 @@ void PlayerUpdate(PlayerEntity* this) { } HandlePlayerLife(super); DoPlayerAction(this); - if ((super->z.WORD == 0) && (super->action == 1 || super->action == 9)) - sub_08008790(super, 8); + if ((super->z.WORD == 0) && (super->action == PLAYER_NORMAL || super->action == PLAYER_MINISH)) + DoTileInteractionHere(super, 8); sub_080171F0(); } sub_08078FB0(super); |
