mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -04:00
Merge branch 'main' into 26-02-27-allocator-isolation
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "d/actor/d_a_npc_rafrel.h"
|
||||
#include "d/actor/d_a_npc.h"
|
||||
#include "d/d_debug_viewer.h"
|
||||
#include <cstring>
|
||||
|
||||
static daNpc_GetParam2 l_bckGetParamList[29] = {
|
||||
{-1, 2, 0},
|
||||
@@ -377,8 +378,8 @@ int daNpcRafrel_c::Draw() {
|
||||
}
|
||||
|
||||
int daNpcRafrel_c::ctrlJoint(J3DJoint* i_joint, J3DModel* i_model) {
|
||||
int jnt_no = i_joint->getJntNo();
|
||||
u16 jointNo = jnt_no;
|
||||
J3DJoint* joint = i_joint;
|
||||
int jnt_no = joint->getJntNo();
|
||||
int spC[] = {1, 3, 4};
|
||||
|
||||
if (jnt_no == 0) {
|
||||
@@ -420,7 +421,7 @@ int daNpcRafrel_c::createHeapCallBack(fopAc_ac_c* i_this) {
|
||||
}
|
||||
|
||||
int daNpcRafrel_c::ctrlJointCallBack(J3DJoint* i_joint, int param_1) {
|
||||
if (param_1 == NULL) {
|
||||
if (param_1 == 0) {
|
||||
J3DModel* mdl_p = j3dSys.getModel();
|
||||
daNpcRafrel_c* i_this = (daNpcRafrel_c*)mdl_p->getUserArea();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user