mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
clean up some inlines
This commit is contained in:
@@ -1347,8 +1347,8 @@ static s32 daAM2_Create(fopAc_ac_c* i_actor) {
|
||||
i_this->mAttentionInfo.mFlags = 0;
|
||||
|
||||
i_this->mAcch.Set(
|
||||
&fopAcM_GetPosition_p(i_this), &fopAcM_GetOldPosition_p(i_this),
|
||||
i_this, 1, &i_this->mAcchCir, &fopAcM_GetSpeed_p(i_this)
|
||||
fopAcM_GetPosition_p(i_this), fopAcM_GetOldPosition_p(i_this),
|
||||
i_this, 1, &i_this->mAcchCir, fopAcM_GetSpeed_p(i_this)
|
||||
);
|
||||
i_this->mStts.Init(254, 1, i_this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user