diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 00:26:06 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-18 00:26:06 -0500 |
| commit | 17cf09cc0937c5ce1453250867d9999264b9698a (patch) | |
| tree | 2ee3eb16dfa18b56c206cab782832fcdfe4b5b76 /src/d/actor/d_a_am.cpp | |
| parent | f9fe5f6e99c08e3a7a5fb84f991653aca29db472 (diff) | |
clean up some inlines
Diffstat (limited to 'src/d/actor/d_a_am.cpp')
| -rw-r--r-- | src/d/actor/d_a_am.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_am.cpp b/src/d/actor/d_a_am.cpp index 3a9cb977..95fda218 100644 --- a/src/d/actor/d_a_am.cpp +++ b/src/d/actor/d_a_am.cpp @@ -1241,8 +1241,8 @@ static s32 daAM_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); |
