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_obj_stoneMark.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_obj_stoneMark.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_stoneMark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_stoneMark.cpp b/src/d/actor/d_a_obj_stoneMark.cpp index 52d18a1829..21fdfe5b7e 100644 --- a/src/d/actor/d_a_obj_stoneMark.cpp +++ b/src/d/actor/d_a_obj_stoneMark.cpp @@ -115,5 +115,5 @@ extern actor_process_profile_definition g_profile_Obj_StoneMark = { &l_daObjSMark_Method, // sub_method 0x40100, // mStatus fopAc_ACTOR_e, // mActorType - fopAc_CULLSPHERE_8_e, // cullType + fopAc_CULLSPHERE_CUSTOM_e, // cullType }; |
