mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-04 10:48:31 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user