diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-15 15:03:01 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-15 15:03:01 -0400 |
| commit | 0a86117a3b827a40c2065311ab5d8eedb079fe8e (patch) | |
| tree | 34cabfc04cf86651c161278684b49571a77fef46 /src/d/actor/d_a_daiocta.cpp | |
| parent | a69fa6996ae4595ac73426732a82e9b01063cc72 (diff) | |
Create return type cleanup, use dist enum
Diffstat (limited to 'src/d/actor/d_a_daiocta.cpp')
| -rw-r--r-- | src/d/actor/d_a_daiocta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_daiocta.cpp b/src/d/actor/d_a_daiocta.cpp index b680c146..a714f56a 100644 --- a/src/d/actor/d_a_daiocta.cpp +++ b/src/d/actor/d_a_daiocta.cpp @@ -325,7 +325,7 @@ bool daDaiocta_c::_delete() { } /* 0000513C-0000515C .text daDaioctaCreate__FPv */ -static s32 daDaioctaCreate(void* i_this) { +static cPhs_State daDaioctaCreate(void* i_this) { return ((daDaiocta_c*)i_this)->_create(); } |
