mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 12:27:18 -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:
@@ -1438,7 +1438,7 @@ void daNpcT_c::setRoomNo() {
|
||||
|
||||
/* 80148D10-80148DD0 143650 00C0+00 1/1 0/0 0/0 .text checkEndAnm__8daNpcT_cFf */
|
||||
int daNpcT_c::checkEndAnm(f32 i_speed) {
|
||||
switch (mpMorf[0]->getPlayMode()) {
|
||||
switch ((u8)mpMorf[0]->getPlayMode()) {
|
||||
case J3DFrameCtrl::EMode_LOOP:
|
||||
return mpMorf[0]->isLoop();
|
||||
case J3DFrameCtrl::EMode_NONE:
|
||||
|
||||
Reference in New Issue
Block a user