Standardize process ID type to be uint

This commit is contained in:
LagoLunatic
2024-03-11 19:03:47 -04:00
parent d0e8844b4b
commit 0dd3f6e47c
69 changed files with 178 additions and 176 deletions
+2 -2
View File
@@ -569,8 +569,8 @@ void dAttList_c::setActor(fopAc_ac_c* i_actor) {
}
/* 8009FAB4-8009FACC .text getPId__10dAttHint_cFPv */
u32 dAttHint_c::getPId(void* i_proc) {
return fpcM_GetID(i_proc);
uint dAttHint_c::getPId(void* i_proc) {
return fopAcM_GetID(i_proc);
}
/* 8009FACC-8009FAFC .text convPId__10dAttHint_cFUi */