summaryrefslogtreecommitdiff
path: root/src/object/fourElements.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/fourElements.c')
-rw-r--r--src/object/fourElements.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/fourElements.c b/src/object/fourElements.c
index 1c3942ea..bb99e701 100644
--- a/src/object/fourElements.c
+++ b/src/object/fourElements.c
@@ -138,7 +138,7 @@ void FourElements_Action5(FourElementsEntity* this) {
void FourElements_Action6(FourElementsEntity* this) {
RequestPriorityDuration(NULL, 10);
- if ((gMessage.doTextBox & 0x7f) == 0) {
+ if ((gMessage.state & MESSAGE_ACTIVE) == 0) {
SetPriorityTimer(90);
gPlayerState.controlMode = 1;
EnablePauseMenu();