diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 22:35:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-28 22:35:13 -0400 |
| commit | b9c1eed694ed7fe2e5c4ac54d38fe982ef4426b0 (patch) | |
| tree | 35ac954ae57196dbb09c28594fe2c93988dd1887 /src/d/actor/d_a_npc_roten.cpp | |
| parent | 09746976e3bdb0945010393a3be07e51e5d0ac5a (diff) | |
d_demo work
Diffstat (limited to 'src/d/actor/d_a_npc_roten.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_roten.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc_roten.cpp b/src/d/actor/d_a_npc_roten.cpp index 64f379b0..360c27db 100644 --- a/src/d/actor/d_a_npc_roten.cpp +++ b/src/d/actor/d_a_npc_roten.cpp @@ -2228,7 +2228,7 @@ void daNpcRoten_c::eventInit() { /* 00002600-0000280C .text eventMesSetInit__12daNpcRoten_cFi */ void daNpcRoten_c::eventMesSetInit(int staffIdx) { - u32* pData = dComIfGp_evmng_getMyIntegerP(staffIdx, "MsgNo"); + int* pData = dComIfGp_evmng_getMyIntegerP(staffIdx, "MsgNo"); if(pData) { u32 msgNo = *pData; switch(msgNo) { @@ -2310,7 +2310,7 @@ void daNpcRoten_c::eventClrItemInit() { void daNpcRoten_c::eventGetItemInit(int staffIdx) { fpc_ProcID pcId; - u32* pData = dComIfGp_evmng_getMyIntegerP(staffIdx, "ItemNo"); + int* pData = dComIfGp_evmng_getMyIntegerP(staffIdx, "ItemNo"); if(pData != NULL) { u32 itemNo = *pData; // fakematch? itemNo = l_get_item_no[itemNo]; |
