From 4375e46d6c8c23f8836e6ece33852a2fc1dc4f0c Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Mon, 30 Oct 2023 09:23:54 -0300 Subject: [PATCH] Update src/overlays/actors/ovl_En_An/z_en_an.c Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> --- src/overlays/actors/ovl_En_An/z_en_an.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_En_An/z_en_an.c b/src/overlays/actors/ovl_En_An/z_en_an.c index 5345d7987..bbff4a250 100644 --- a/src/overlays/actors/ovl_En_An/z_en_an.c +++ b/src/overlays/actors/ovl_En_An/z_en_an.c @@ -1444,7 +1444,7 @@ s32 EnAn_MsgEvent_AttendGoron(Actor* thisx, PlayState* play) { case 0x1: case 0x3: - if (!(CHECK_WEEKEVENTREG(WEEKEVENTREG_RECEIVED_ROOM_KEY)) && (this->msgEventState == 3)) { + if (!CHECK_WEEKEVENTREG(WEEKEVENTREG_RECEIVED_ROOM_KEY) && (this->msgEventState == 3)) { CutsceneManager_Stop(csId); this->msgEventState = 5; } else if ((this->actor.child != NULL) && (this->actor.child->update != NULL)) {