mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Standardize process ID type to be uint
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ void dCcD_GStts::Move() {
|
||||
|
||||
/* 800AB3DC-800AB46C .text Init__9dCcD_SttsFiiP10fopAc_ac_c */
|
||||
void dCcD_Stts::Init(int weight, int param_1, fopAc_ac_c* pActor) {
|
||||
u32 procId;
|
||||
uint procId;
|
||||
if (pActor) {
|
||||
procId = fopAcM_GetID(pActor);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user