mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-19 22:22:18 -04:00
Rename a lot of actor movement-related functions from decomp (#4680)
This commit is contained in:
@@ -322,7 +322,7 @@ void EnAObj_Update(Actor* thisx, PlayState* play) {
|
||||
EnAObj* this = (EnAObj*)thisx;
|
||||
|
||||
this->actionFunc(this, play);
|
||||
Actor_MoveForward(&this->dyna.actor);
|
||||
Actor_MoveXZGravity(&this->dyna.actor);
|
||||
|
||||
if (this->dyna.actor.gravity != 0.0f) {
|
||||
if (this->dyna.actor.params != A_OBJ_BOULDER_FRAGMENT) {
|
||||
|
||||
Reference in New Issue
Block a user