diff options
Diffstat (limited to 'src/npc/postman.c')
| -rw-r--r-- | src/npc/postman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/postman.c b/src/npc/postman.c index 12711abc..1ae6aa81 100644 --- a/src/npc/postman.c +++ b/src/npc/postman.c @@ -273,7 +273,7 @@ void sub_08060528(PostmanEntity* this) { break; case 2: UpdateAnimationSingleFrame(super); - if ((gMessage.doTextBox & 0x7f) != 0) { + if ((gMessage.state & MESSAGE_ACTIVE) != 0) { break; } super->action = 1; |
