summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_item.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 15:10:32 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 15:10:32 -0400
commit4c3bd2c65111f6520a409f2fe06018b6648ba4fe (patch)
tree3440e2006ea3513aa5d20cdb452217943d5a9f1f /src/d/actor/d_a_item.cpp
parent6541fea3e43226df0a6d8b427beabb4e7fe6f53d (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.cpp2
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);