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:22:48 -03:00
committed by GitHub
co-authored by engineer124
parent d9aa4e7ce1
commit fa3261877d
+1 -1
View File
@@ -1361,7 +1361,7 @@ s16 EnAn_GetCsId(EnAn* this, s32 numCutscenes) {
s16 EnAn_GetChildCsId(EnAn* this, s32 numCutscenes) {
Actor* child = this->actor.child;
s16 csId = -1;
s16 csId = CS_ID_NONE;
s32 i;
if ((child != NULL) && (child->update != NULL)) {