Merge branch 'naming_actor_properties' into 'master'

Renaming functions

See merge request banjo.decomp/banjo-kazooie!68
This commit is contained in:
Banjo Kazooie
2024-09-13 23:37:12 +00:00
173 changed files with 752 additions and 753 deletions

View File

@@ -141,7 +141,7 @@ void chScarfSled_update(Actor *this){
}
this->velocity_x = this->position_x;
this->velocity_y = func_80309724(this->position);
this->velocity_y = mapModel_getFloorY(this->position);
this->velocity_z = this->position_z;
if(this->state == 2){
__chScarfSled_func_80386630(this);