diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
| commit | 4c3bd2c65111f6520a409f2fe06018b6648ba4fe (patch) | |
| tree | 3440e2006ea3513aa5d20cdb452217943d5a9f1f /src/d/actor/d_a_item.cpp | |
| parent | 6541fea3e43226df0a6d8b427beabb4e7fe6f53d (diff) | |
Missed some spots where `cPhs_State` should be used
Diffstat (limited to 'src/d/actor/d_a_item.cpp')
| -rw-r--r-- | src/d/actor/d_a_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_item.cpp b/src/d/actor/d_a_item.cpp index f17a1253..2a05cf1c 100644 --- a/src/d/actor/d_a_item.cpp +++ b/src/d/actor/d_a_item.cpp @@ -213,7 +213,7 @@ void daItem_c::CreateInit() { } /* 800F53EC-800F5668 .text _daItem_create__8daItem_cFv */ -s32 daItem_c::_daItem_create() { +cPhs_State daItem_c::_daItem_create() { fopAcM_SetupActor(this, daItem_c); m_itemNo = daItem_prm::getItemNo(this); |
