summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-15 15:03:01 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-15 15:03:01 -0400
commit0a86117a3b827a40c2065311ab5d8eedb079fe8e (patch)
tree34cabfc04cf86651c161278684b49571a77fef46 /src/d/d_throwstone.cpp
parenta69fa6996ae4595ac73426732a82e9b01063cc72 (diff)
Create return type cleanup, use dist enum
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp2
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();
}