mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
fix merge conflics
This commit is contained in:
parent
d136468ace
commit
6072055c85
6 changed files with 120 additions and 72 deletions
|
@ -169,7 +169,7 @@ static void EnWallmas_StandStart(EnWallmas* this) {
|
|||
}
|
||||
|
||||
static void EnWallmas_WalkStart(EnWallmas* this) {
|
||||
func_800A529C(&this->skelAnime, &D_060041F4, 3.0f, &this->actor);
|
||||
func_800A529C(&this->skelAnime, &D_060041F4, 3.0f);
|
||||
this->actionFunc = (ActorFunc)&EnWallmas_Walk;
|
||||
this->actor.speedXZ = 3.0f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue