1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-06-08 17:41:56 +00:00

Fix formatting

This commit is contained in:
JordanLongstaff 2025-06-06 16:15:29 -04:00
parent aa5edbd893
commit dac53c4fee

View file

@ -380,8 +380,7 @@ s32 func_80AEB020(EnRu1* this, PlayState* play) {
if (actorIt->id == ACTOR_EN_RU1) { if (actorIt->id == ACTOR_EN_RU1) {
someEnRu1 = (EnRu1*)actorIt; someEnRu1 = (EnRu1*)actorIt;
if (someEnRu1 != this) { if (someEnRu1 != this) {
if ((someEnRu1->action == ENRU1_ACTION_31) || if ((someEnRu1->action == ENRU1_ACTION_31) || (someEnRu1->action == ENRU1_ACTION_32) ||
(someEnRu1->action == ENRU1_ACTION_32) ||
(someEnRu1->action == ENRU1_ACTION_24)) { (someEnRu1->action == ENRU1_ACTION_24)) {
return true; return true;
} }