mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
I know its a BOOL return, but...
return TRUE/FALSE/_createHeap() generates non-matching code but just return; works with no warnings not great, but it works
This commit is contained in:
@@ -16,6 +16,7 @@ const char daIkari_c::M_arcname[6] = "Ikari";
|
||||
/* 000000EC-0000010C .text createHeap_CB__FP10fopAc_ac_c */
|
||||
static BOOL createHeap_CB(fopAc_ac_c* i_this) {
|
||||
((daIkari_c*)i_this)->_createHeap();
|
||||
return;
|
||||
}
|
||||
|
||||
/* 0000010C-000001C4 .text setMtx__9daIkari_cFv */
|
||||
|
||||
Reference in New Issue
Block a user