This commit is contained in:
Angie
2023-10-29 13:30:01 -03:00
parent 9046bd6a85
commit 34363aa629
+1 -1
View File
@@ -1476,7 +1476,7 @@ s32 EnAn_MsgEvent_GiveLunchToGranny(Actor* thisx, PlayState* play) {
switch (this->msgEventState) {
case 0x0:
ret = 0;
if (EnAn_ChangeCutscene(this, csId)) {
if (!EnAn_ChangeCutscene(this, csId)) {
break;
}
FALLTHROUGH;