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_auction.cpp | |
| parent | a69fa6996ae4595ac73426732a82e9b01063cc72 (diff) | |
Create return type cleanup, use dist enum
Diffstat (limited to 'src/d/actor/d_a_auction.cpp')
| -rw-r--r-- | src/d/actor/d_a_auction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_auction.cpp b/src/d/actor/d_a_auction.cpp index 705d28fd..84043938 100644 --- a/src/d/actor/d_a_auction.cpp +++ b/src/d/actor/d_a_auction.cpp @@ -1625,7 +1625,7 @@ int daAuction_c::getRand(int max) { } /* 00003C08-00003C28 .text daAuctionCreate__FPv */ -static s32 daAuctionCreate(void* i_this) { +static cPhs_State daAuctionCreate(void* i_this) { return static_cast<daAuction_c*>(i_this)->_create(); } |
