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_ghostship.cpp | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'src/d/actor/d_a_ghostship.cpp')
| -rw-r--r-- | src/d/actor/d_a_ghostship.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_ghostship.cpp b/src/d/actor/d_a_ghostship.cpp index 71ec57ce..27d7c556 100644 --- a/src/d/actor/d_a_ghostship.cpp +++ b/src/d/actor/d_a_ghostship.cpp @@ -107,7 +107,7 @@ void daGhostshipExecute(void*) { } /* 00001048-0000182C .text _execute__13daGhostship_cFv */ -void daGhostship_c::_execute() { +BOOL daGhostship_c::_execute() { /* Nonmatching */ } @@ -117,7 +117,7 @@ void daGhostshipDraw(void*) { } /* 00001850-000019A4 .text _draw__13daGhostship_cFv */ -void daGhostship_c::_draw() { +BOOL daGhostship_c::_draw() { /* Nonmatching */ } |
