mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-31 07:56:24 -04:00
Standardize process ID type to be uint
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ public:
|
||||
/* 0x574 */ dCcD_Cyl mCyl;
|
||||
/* 0x6A4 */ u32 mCurrMsgNo;
|
||||
/* 0x6A8 */ u32 mEndMsgNo;
|
||||
/* 0x6AC */ u32 mCurrMsgBsPcId;
|
||||
/* 0x6AC */ uint mCurrMsgBsPcId;
|
||||
/* 0x6B0 */ msg_class* mpCurrMsg;
|
||||
/* 0x6B4 */ u8 field_0x6b4[6];
|
||||
/* 0x6BA */ u16 field_0x6ba;
|
||||
|
||||
Reference in New Issue
Block a user