Standardize process ID type to be uint

This commit is contained in:
LagoLunatic
2024-03-11 19:03:47 -04:00
parent d0e8844b4b
commit 0dd3f6e47c
69 changed files with 178 additions and 176 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ public:
public:
/* 0x00 */ u16 field_0x0;
/* 0x04 */ u32 mMsgID;
/* 0x04 */ uint mMsgID;
/* 0x08 */ msg_class* mpMsg;
};
@@ -247,7 +247,7 @@ public:
/* 0x634 */ cXyz field_0x634;
/* 0x640 */ int field_0x640;
/* 0x648 */ u64 mPlayerName;
/* 0x650 */ u32 mTargetID;
/* 0x650 */ uint mTargetID;
/* 0x654 */ int field_0x654;
/* 0x658 */ s16 field_0x658;
/* 0x65A */ u16 mPrevButtons;