mirror of
https://github.com/zeldaret/tp
synced 2026-08-17 21:33:42 -04:00
d_a_e_sm equivalent (#2627)
* solid work * equivalent * tiny work * fixed error * include fix * fixed debug build
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user