diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-28 18:36:35 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-28 18:36:35 -0400 |
| commit | b597e195b4b037fe8240c08bdd52bb96b17e49c6 (patch) | |
| tree | 719e0820c9eb3364db9849b92d952479b93522a4 /src/d/actor/d_a_ff.cpp | |
| parent | 0d6d429ad19fbd3eef107ef0df23a030cf149679 (diff) | |
Match 3 more d_a_tn funcs, clean up some inlines
Diffstat (limited to 'src/d/actor/d_a_ff.cpp')
| -rw-r--r-- | src/d/actor/d_a_ff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ff.cpp b/src/d/actor/d_a_ff.cpp index 2a4e4609..9ceffa23 100644 --- a/src/d/actor/d_a_ff.cpp +++ b/src/d/actor/d_a_ff.cpp @@ -304,7 +304,7 @@ static cPhs_State daFf_Create(fopAc_ac_c* i_this) { pfVar4->base.angle.y = 0; pfVar4->base.angle.x = 0; pfVar4->base.parameters = fopAcM_GetParam(a_this); - fopAcM_create(fpcNm_FF_e, NULL, pfVar4); + fopAcM_Create(fpcNm_FF_e, NULL, pfVar4); } } a_this->mbNoUseGroundY = fopAcM_GetParam(a_this) >> 8; |
