1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-27 19:44:40 +00:00

Autocomplete sucks

This commit is contained in:
Sirius902 2020-10-18 02:33:15 -07:00
parent 88bc81daf5
commit e7c24b58c1

View file

@ -918,7 +918,7 @@ void func_80A774BC(EnIk* this, GlobalContext* globalCtx) {
void func_80A774F8(EnIk* this, GlobalContext* globalCtx) {
if (EnIk_GetNpcAction(globalCtx, 4) == NULL) {
Actor_Kill(&this->action);
Actor_Kill(&this->actor);
}
}