diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 14:37:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-26 14:37:07 -0500 |
| commit | b9490ec0820bb7dd33215899e550709ec167b609 (patch) | |
| tree | 964b29b046f366e940ae1a046de2dc72bd370091 /src/d/actor/d_a_mant.cpp | |
| parent | 5039fe661cd3882d77b22dd72a2b3555aa658acd (diff) | |
fix wrong return types caused by bad regex
Diffstat (limited to 'src/d/actor/d_a_mant.cpp')
| -rw-r--r-- | src/d/actor/d_a_mant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_mant.cpp b/src/d/actor/d_a_mant.cpp index ff5cb0e1..27cab5ee 100644 --- a/src/d/actor/d_a_mant.cpp +++ b/src/d/actor/d_a_mant.cpp @@ -7,7 +7,7 @@ #include "dolphin/types.h" /* 000000EC-000003EC .text draw__15daMant_packet_cFv */ -BOOL daMant_packet_c::draw() { +void daMant_packet_c::draw() { /* Nonmatching */ } |
