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
@@ -12,7 +12,7 @@ void LadderUp(Entity* this) {
switch (this->action) {
case 0:
if (this->actionDelay) {
if (this->timer) {
uVar4 = 1;
} else {
#ifndef EU
@@ -43,13 +43,13 @@ void LadderUp(Entity* this) {
SoundReq(SFX_10B);
this->action = 2;
#ifndef EU
this->actionDelay = 0x3c;
this->timer = 0x3c;
#endif
}
break;
case 2:
#ifndef EU
if (--this->actionDelay) {
if (--this->timer) {
return;
}
this->action = 3;