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_icelift.cpp | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'src/d/actor/d_a_icelift.cpp')
| -rw-r--r-- | src/d/actor/d_a_icelift.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_icelift.cpp b/src/d/actor/d_a_icelift.cpp index 8f912d03..f3baf8ef 100644 --- a/src/d/actor/d_a_icelift.cpp +++ b/src/d/actor/d_a_icelift.cpp @@ -7,7 +7,7 @@ #include "dolphin/types.h" /* 00000078-000000E0 .text _delete__9daIlift_cFv */ -void daIlift_c::_delete() { +BOOL daIlift_c::_delete() { /* Nonmatching */ } @@ -32,7 +32,7 @@ void daIlift_c::CreateInit() { } /* 00000680-00000794 .text _create__9daIlift_cFv */ -void daIlift_c::_create() { +s32 daIlift_c::_create() { /* Nonmatching */ } @@ -42,7 +42,7 @@ void daIlift_c::set_mtx() { } /* 0000089C-000009C8 .text _execute__9daIlift_cFv */ -void daIlift_c::_execute() { +BOOL daIlift_c::_execute() { /* Nonmatching */ } @@ -67,7 +67,7 @@ void daIlift_c::set_next_pnt() { } /* 00000F58-00000FF8 .text _draw__9daIlift_cFv */ -void daIlift_c::_draw() { +BOOL daIlift_c::_draw() { /* Nonmatching */ } |
