mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 09:08:39 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -123,7 +123,7 @@ namespace daObjFtree {
|
||||
/* 0x4CC */ dCcD_Stts m4CC;
|
||||
/* 0x508 */ dCcD_Cyl m508;
|
||||
/* 0x638 */ u8 m638[0x64C - 0x638];
|
||||
/* 0x64C */ int mSpawnedHeartPieceProcessId;
|
||||
/* 0x64C */ uint mSpawnedHeartPieceProcessId;
|
||||
/* 0x650 */ s16 m650;
|
||||
/* 0x652 */ s16 m652;
|
||||
/* 0x654 */ GXColorS10 m654;
|
||||
|
||||
Reference in New Issue
Block a user