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
@@ -1239,7 +1239,7 @@ s32 daArrow_c::_create() {
0x1300,
0x820,
};
if (!fopAcM_entrySolidHeap(this, (heapCallbackFunc)&createHeap_CB, heap_size[mArrowType])) {
if (!fopAcM_entrySolidHeap(this, createHeap_CB, heap_size[mArrowType])) {
return cPhs_ERROR_e;
}