mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Move more actor classes to headers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user