rename mlMtx_apply_vec3f

This commit is contained in:
Banjo Kazooie
2024-09-28 23:02:40 -05:00
parent 65951ae11e
commit 8ea4dfbeb8
17 changed files with 102 additions and 75 deletions

View File

@@ -270,7 +270,7 @@ bool func_80360198(Actor *this) {
this->position[1] += this->velocity[0];
}
if (this->state == 4) {
if (this->state == CH_BAT_STATE_ROAM) {
if (func_8035FF5C(this) == 0) {
return FALSE;
}