mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 19:51:49 -04:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user