mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Add fpc_ProcID type and use it for all process IDs
See https://github.com/zeldaret/tp/pull/2173
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user