name remaining entity fields

This commit is contained in:
theo3
2022-03-28 19:51:32 -07:00
parent 755571834d
commit 92240d4314
348 changed files with 3850 additions and 3850 deletions
+3 -3
View File
@@ -35,14 +35,14 @@ void sub_080860D8(FloatingPlatformEntity* this) {
void sub_0808611C(FloatingPlatformEntity* this) {
bool32 iVar2 = sub_08086168(this);
if (super->actionDelay != 0 && super->parent->actionDelay == 0) {
if (super->timer != 0 && super->parent->timer == 0) {
if (iVar2) {
super->parent->actionDelay++;
super->parent->timer++;
}
sub_080A2BE4(super, iVar2);
} else if (super->actionDelay == 0) {
} else if (super->timer == 0) {
sub_080A2BE4(super, iVar2);
} else {
sub_080A2BE4(super, FALSE);