mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Standardize process ID type to be uint
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ public:
|
||||
/* 0x4C */ u32 field_0x4c;
|
||||
/* 0x50 */ const void* field_0x50;
|
||||
/* 0x54 */ u32 field_0x54;
|
||||
/* 0x58 */ s32 mActorPcId;
|
||||
/* 0x58 */ uint mActorPcId;
|
||||
/* 0x5C */ s32 mBckId;
|
||||
/* 0x60 */ s32 mBtpId;
|
||||
/* 0x64 */ s32 mBtkId;
|
||||
|
||||
Reference in New Issue
Block a user