mirror of
https://github.com/zeldaret/oot.git
synced 2025-06-08 09:31:52 +00:00
Fix formatting
This commit is contained in:
parent
aa5edbd893
commit
dac53c4fee
1 changed files with 1 additions and 2 deletions
|
@ -380,8 +380,7 @@ s32 func_80AEB020(EnRu1* this, PlayState* play) {
|
|||
if (actorIt->id == ACTOR_EN_RU1) {
|
||||
someEnRu1 = (EnRu1*)actorIt;
|
||||
if (someEnRu1 != this) {
|
||||
if ((someEnRu1->action == ENRU1_ACTION_31) ||
|
||||
(someEnRu1->action == ENRU1_ACTION_32) ||
|
||||
if ((someEnRu1->action == ENRU1_ACTION_31) || (someEnRu1->action == ENRU1_ACTION_32) ||
|
||||
(someEnRu1->action == ENRU1_ACTION_24)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue