mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-14 14:08:07 -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:
@@ -184,7 +184,7 @@ cCcD_GStts* cCcD_Stts::GetGStts() {
|
||||
}
|
||||
|
||||
/* 80241934-80241994 .text Init__9cCcD_SttsFiiPvUi */
|
||||
void cCcD_Stts::Init(int weight, int param_1, void* pProc, uint procID) {
|
||||
void cCcD_Stts::Init(int weight, int param_1, void* pProc, fpc_ProcID procID) {
|
||||
Ct();
|
||||
mWeight = weight;
|
||||
field_0x15 = param_1;
|
||||
|
||||
Reference in New Issue
Block a user