diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-26 21:50:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-26 18:50:46 -0700 |
| commit | 6242aa6e8411cd6bbcfec5ee4f421950a62cae8d (patch) | |
| tree | b8fe4ac0f56c8afbbdb49c67dbe0063b09181a42 /src/d/actor/d_a_e_dk.cpp | |
| parent | 30fafe135d20aaad8c9efc4c0a2de1e216822487 (diff) | |
Misc matches and fixes (#2703)
* Match mDoExt_morf_c::getPlayMode
* Misc cleanup
* Fix actor cull spheres
* Match daPy_py_c::getLastSceneSwordAtUpTime, JUTGamePad::testTrigger
* Fix improper demangling of dBgS_SphChk::SetCallback
* Fix d_camera rangef weak func order
* Match more alink_wolf funcs
Diffstat (limited to 'src/d/actor/d_a_e_dk.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_dk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_dk.cpp b/src/d/actor/d_a_e_dk.cpp index dcf89ee0ba..309c935a23 100644 --- a/src/d/actor/d_a_e_dk.cpp +++ b/src/d/actor/d_a_e_dk.cpp @@ -834,7 +834,7 @@ void daE_DK_c::action() { collCenter.y += 150.0f + nREG_F(18); mSphereChk.SetC(collCenter); mSphereChk.SetR(150.0f + nREG_F(19)); - mSphereChk.SetCallback((SphChk_Callback)SphBgcCallBack); + mSphereChk.SetCallback(SphBgcCallBack); dComIfG_Bgsp().SphChk(&mSphereChk, this); } |
