diff options
Diffstat (limited to 'src/enemy/vaatiWrath.c')
| -rw-r--r-- | src/enemy/vaatiWrath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enemy/vaatiWrath.c b/src/enemy/vaatiWrath.c index 1c4e74ac..20bd4a17 100644 --- a/src/enemy/vaatiWrath.c +++ b/src/enemy/vaatiWrath.c @@ -634,7 +634,7 @@ void sub_08041D14(Entity* this) { Entity* pEVar1; GetNextFrame(((VaatiWrathHeapStruct*)this->myHeap)->type2); - if ((gMessage.doTextBox & 0x7f) == 0) { + if ((gMessage.state & MESSAGE_ACTIVE) == 0) { if (this->timer != 0) { this->timer--; } else { |
