diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-28 21:58:54 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-28 21:58:54 -0800 |
| commit | d07c41664190a12c4f56d2e71eae8aa41f40ce21 (patch) | |
| tree | 5b5fcbabc56e46060cd64bb3db9e3f07a119c998 /src/object/linkAnimation.c | |
| parent | 56688ac226db420c7b8ee7080f7185da58437fbc (diff) | |
message definitions
Diffstat (limited to 'src/object/linkAnimation.c')
| -rw-r--r-- | src/object/linkAnimation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/linkAnimation.c b/src/object/linkAnimation.c index c811373c..5f790559 100644 --- a/src/object/linkAnimation.c +++ b/src/object/linkAnimation.c @@ -93,7 +93,7 @@ void LinkAnimation_ItemGet(LinkAnimationEntity* this) { break; case ITEMGET_WAIT: UpdateAnimationSingleFrame(super); - if ((gMessage.doTextBox & 0x7f) != 0) { + if ((gMessage.state & MESSAGE_ACTIVE) != 0) { return; } if (super->frame & ANIM_DONE) { |
