diff options
Diffstat (limited to 'src/npc/npc9.c')
| -rw-r--r-- | src/npc/npc9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/npc9.c b/src/npc/npc9.c index 6e66716b..71a45f04 100644 --- a/src/npc/npc9.c +++ b/src/npc/npc9.c @@ -51,7 +51,7 @@ void sub_08062B48(Entity* this) { } void sub_08062B70(Entity* this) { - if ((gMessage.doTextBox & 0x7f) == 0) { + if ((gMessage.state & MESSAGE_ACTIVE) == 0) { InitializeAnimation(this, 2); this->action = 1; RevokePriority(this); |
