speedXZ -> speed (#1186)

* speedXZ to speed

* brackets
This commit is contained in:
engineer124
2023-03-03 09:07:51 -05:00
committed by GitHub
parent cc8772a896
commit e8f3039264
187 changed files with 1746 additions and 1747 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void EnMs_Init(Actor* thisx, PlayState* play) {
Actor_SetScale(&this->actor, 0.015f);
this->actor.colChkInfo.mass = 0xFF;
this->actionFunc = func_80952734;
this->actor.speedXZ = 0.0f;
this->actor.speed = 0.0f;
this->actor.velocity.y = 0.0f;
this->actor.gravity = -1.0f;
}