diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-24 16:49:23 -0500 |
| commit | 8a2bc19a89c26f329b3c4369e29cadd39d26460d (patch) | |
| tree | f8f7b1a1f4c6c23853645b51ab60fe754bc78096 /src/d/actor/d_a_bigelf.cpp | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'src/d/actor/d_a_bigelf.cpp')
| -rw-r--r-- | src/d/actor/d_a_bigelf.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_bigelf.cpp b/src/d/actor/d_a_bigelf.cpp index 3c6edebe..a77b4b4b 100644 --- a/src/d/actor/d_a_bigelf.cpp +++ b/src/d/actor/d_a_bigelf.cpp @@ -302,17 +302,17 @@ void daBigelf_c::wait_action(void*) { } /* 00002C8C-00002DB4 .text _draw__10daBigelf_cFv */ -void daBigelf_c::_draw() { +BOOL daBigelf_c::_draw() { /* Nonmatching */ } /* 00002DB4-00002F5C .text _execute__10daBigelf_cFv */ -void daBigelf_c::_execute() { +BOOL daBigelf_c::_execute() { /* Nonmatching */ } /* 00002F5C-00002FAC .text _delete__10daBigelf_cFv */ -void daBigelf_c::_delete() { +BOOL daBigelf_c::_delete() { /* Nonmatching */ } @@ -322,7 +322,7 @@ void CheckCreateHeap(fopAc_ac_c*) { } /* 00002FCC-00003124 .text _create__10daBigelf_cFv */ -void daBigelf_c::_create() { +s32 daBigelf_c::_create() { /* Nonmatching */ } |
