Move more actor classes to headers

This commit is contained in:
LagoLunatic
2023-11-25 18:05:07 -05:00
parent 4a496727a9
commit 897b22f936
24 changed files with 346 additions and 517 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ s32 daObjMonument::Act_c::_create() {
if (ret == cPhs_COMPLEATE_e) {
mType = prm_get_type();
if (fopAcM_entrySolidHeap(this, (heapCallbackFunc)solidHeapCB, 0xd20)) {
if (fopAcM_entrySolidHeap(this, solidHeapCB, 0xd20)) {
fopAcM_SetMtx(this, mpModel->getBaseTRMtx());
dComIfG_Bgsp()->Regist(mpBgW, this);
init_mtx();