summaryrefslogtreecommitdiff
path: root/src/npc/windTribespeople.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/windTribespeople.c')
-rw-r--r--src/npc/windTribespeople.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/windTribespeople.c b/src/npc/windTribespeople.c
index 41eb3567..ef37526f 100644
--- a/src/npc/windTribespeople.c
+++ b/src/npc/windTribespeople.c
@@ -78,7 +78,7 @@ void sub_0806C7D4(Entity* this) {
}
void sub_0806C834(Entity* this) {
- if ((gMessage.doTextBox & 0x7f) == 0) {
+ if ((gMessage.state & MESSAGE_ACTIVE) == 0) {
--this->action;
InitializeAnimation(this, (this->animationState / 2) + 4);
}