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_bwdg.cpp | |
| parent | d87b01b34a3f14d8c7741e8af54e5f4ca18d42bb (diff) | |
Better defaults for create/delete/execute/draw/isdelete
Diffstat (limited to 'src/d/actor/d_a_bwdg.cpp')
| -rw-r--r-- | src/d/actor/d_a_bwdg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bwdg.cpp b/src/d/actor/d_a_bwdg.cpp index 2a5cc767..e551d493 100644 --- a/src/d/actor/d_a_bwdg.cpp +++ b/src/d/actor/d_a_bwdg.cpp @@ -7,7 +7,7 @@ #include "dolphin/types.h" /* 00000078-000001C4 .text draw__15daBwdg_packet_cFv */ -void daBwdg_packet_c::draw() { +BOOL daBwdg_packet_c::draw() { /* Nonmatching */ } |
