summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_roten.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-12 21:14:13 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-07-12 21:14:13 -0400
commit2def735282a0584a5a2b3ed007bd99ddfb72b394 (patch)
tree0aed235b7e874a33aa9d1b1a1cba67bc67f4077e /src/d/actor/d_a_npc_roten.cpp
parent61d9f474a53cc8a02490e8cdb1b4f86bb4d1af95 (diff)
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
Diffstat (limited to 'src/d/actor/d_a_npc_roten.cpp')
-rw-r--r--src/d/actor/d_a_npc_roten.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_roten.cpp b/src/d/actor/d_a_npc_roten.cpp
index 3120268e..bacea5ef 100644
--- a/src/d/actor/d_a_npc_roten.cpp
+++ b/src/d/actor/d_a_npc_roten.cpp
@@ -2312,7 +2312,7 @@ void daNpcRoten_c::eventClrItemInit() {
/* 00002978-00002A70 .text eventGetItemInit__12daNpcRoten_cFi */
void daNpcRoten_c::eventGetItemInit(int staffIdx) {
- uint pcId;
+ fpc_ProcID pcId;
u32* pData = dComIfGp_evmng_getMyIntegerP(staffIdx, "ItemNo");
if(pData != NULL) {