mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -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:
@@ -214,7 +214,7 @@ bool daMozo_c::_delete() {
|
||||
}
|
||||
|
||||
/* 0000242C-00002498 .text getBeamActor__8daMozo_cFUi */
|
||||
fopAc_ac_c* daMozo_c::getBeamActor(uint apid) {
|
||||
fopAc_ac_c* daMozo_c::getBeamActor(fpc_ProcID apid) {
|
||||
fopAc_ac_c* ac = fopAcM_SearchByID(apid);
|
||||
if (ac == NULL)
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user