diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
| commit | e1f5b7e23b2a37da369e8ce5800149632887eec4 (patch) | |
| tree | eb008ed65f7e1ac6536d3b1dd6e39d3a5aced798 /src/d/actor/d_a_bmd.cpp | |
| parent | ea804826795b367d4a836fed570542f3ccf98136 (diff) | |
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_bmd.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmd.cpp b/src/d/actor/d_a_bmd.cpp index d9c5878e..936b2e50 100644 --- a/src/d/actor/d_a_bmd.cpp +++ b/src/d/actor/d_a_bmd.cpp @@ -1941,7 +1941,7 @@ static cPhs_State daBmd_Create(fopAc_ac_c* a_this) { cXyz local_30; bmd_class* i_this = (bmd_class*)a_this; - fopAcM_SetupActor(a_this, bmd_class); + fopAcM_ct(a_this, bmd_class); res = dComIfG_resLoad(&i_this->mPhs, "Bmd"); #if VERSION == VERSION_DEMO if (res == cPhs_ERROR_e) { |
