mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
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:
co-authored by
engineer124
parent
d9aa4e7ce1
commit
fa3261877d
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user