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/d_throwstone.cpp | |
| parent | a69fa6996ae4595ac73426732a82e9b01063cc72 (diff) | |
Create return type cleanup, use dist enum
Diffstat (limited to 'src/d/d_throwstone.cpp')
| -rw-r--r-- | src/d/d_throwstone.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp index 6711050c..8c63da1b 100644 --- a/src/d/d_throwstone.cpp +++ b/src/d/d_throwstone.cpp @@ -55,7 +55,7 @@ cPhs_State daThrowstone_c::_create() { } /* 8023B5DC-8023B6DC .text daThrowstoneCreate__FPv */ -static s32 daThrowstoneCreate(void* ptr) { +static cPhs_State daThrowstoneCreate(void* ptr) { return ((daThrowstone_c*)ptr)->_create(); } |
