mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 19:10:25 +00:00
Use ACTORTYPE_ENEMY
This commit is contained in:
parent
9d717973a7
commit
f8f3899938
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ void func_80A75C38(EnIk* this, GlobalContext* globalCtx) {
|
|||
}
|
||||
} else {
|
||||
if (prevHealth == 50) {
|
||||
Actor_ChangeType(globalCtx, &globalCtx->actorCtx, &this->actor, 5);
|
||||
Actor_ChangeType(globalCtx, &globalCtx->actorCtx, &this->actor, ACTORTYPE_ENEMY);
|
||||
}
|
||||
goto block_23;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue