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_npc_mt.cpp | |
| parent | a69fa6996ae4595ac73426732a82e9b01063cc72 (diff) | |
Create return type cleanup, use dist enum
Diffstat (limited to 'src/d/actor/d_a_npc_mt.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_mt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_mt.cpp b/src/d/actor/d_a_npc_mt.cpp index b795fc70..89edcf7e 100644 --- a/src/d/actor/d_a_npc_mt.cpp +++ b/src/d/actor/d_a_npc_mt.cpp @@ -294,7 +294,7 @@ void daNpcMt_c::changePhotoNo(u8) { } /* 00002D4C-00002D6C .text daNpc_MtCreate__FPv */ -static s32 daNpc_MtCreate(void* i_this) { +static cPhs_State daNpc_MtCreate(void* i_this) { return ((daNpcMt_c*)i_this)->_create(); } |
