Update src/overlays/actors/ovl_En_An/z_en_an.c

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Anghelo Carvajal
2023-10-30 09:23:54 -03:00
committed by GitHub
co-authored by engineer124
parent 07eb70c71f
commit 4375e46d6c
+1 -1
View File
@@ -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)) {