retype _createHeap and createHeap_CB

Fixes the return on createHeap_CB

Matching!
This commit is contained in:
Franklyn Tackitt
2024-02-21 18:38:32 -07:00
parent 87fd22d315
commit bb203d5fe6
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public:
class daIkari_c : public fopAc_ac_c {
public:
void setMtx();
bool _createHeap();
BOOL _createHeap();
void getArg();
bool _execute();
bool _draw();