1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Update src/overlays/actors/ovl_En_Ru2/z_en_ru2.c

Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
Ethan Roseman 2020-03-25 17:34:38 -04:00 committed by GitHub
parent 5510186f98
commit 73cc2073fd
No account linked to committer's email address

View File

@ -181,7 +181,7 @@ CsCmdActorAction* func_80AF27AC(GlobalContext* globalCtx, s32 actorActionIdx) {
if (globalCtx->csCtx.state != 0) {
return globalCtx->csCtx.actorActions[actorActionIdx];
}
return 0;
return NULL;
}
s32 func_80AF27D0(EnRu2* this, GlobalContext* globalCtx, u16 arg2, s32 actorActionIdx) {