mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +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:
parent
5510186f98
commit
73cc2073fd
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ CsCmdActorAction* func_80AF27AC(GlobalContext* globalCtx, s32 actorActionIdx) {
|
||||||
if (globalCtx->csCtx.state != 0) {
|
if (globalCtx->csCtx.state != 0) {
|
||||||
return globalCtx->csCtx.actorActions[actorActionIdx];
|
return globalCtx->csCtx.actorActions[actorActionIdx];
|
||||||
}
|
}
|
||||||
return 0;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 func_80AF27D0(EnRu2* this, GlobalContext* globalCtx, u16 arg2, s32 actorActionIdx) {
|
s32 func_80AF27D0(EnRu2* this, GlobalContext* globalCtx, u16 arg2, s32 actorActionIdx) {
|
||||||
|
|
Loading…
Reference in a new issue