d_a_e_sm equivalent (#2627)

* solid work

* equivalent

* tiny work

* fixed error

* include fix

* fixed debug build
This commit is contained in:
Carco_21
2025-09-05 04:00:56 -07:00
committed by GitHub
parent b45a089e15
commit f8a6d0df95
4 changed files with 2162 additions and 1508 deletions
+13
View File
@@ -97,6 +97,19 @@ public:
NULL);
}
BOOL changeActorControll() {
if (fopAcM_GetParam(this) == 2 || fopAcM_GetParam(this) == 1) {
fopAcM_SetParam(this, 6);
field_0x94e = -1;
return TRUE;
}
return FALSE;
}
void setModelMatrix(MtxP mtx) { mpModel->setBaseTRMtx(mtx); }
private:
/* 0x568 */ J3DModel* mpModel;
/* 0x56C */ dBgS_ArrowLinChk field_0x56c;