mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-29 23:38:09 -04:00
Standardize process ID type to be uint
This commit is contained in:
@@ -267,7 +267,7 @@ namespace daObjMovebox {
|
||||
/* 0x64E */ bool mbPrmXInitialized;
|
||||
/* 0x64F */ bool m64F;
|
||||
/* 0x650 */ EffSmokeCB mSmokeCbs[2];
|
||||
/* 0x6B8 */ u32 mChildPID;
|
||||
/* 0x6B8 */ uint mChildPID;
|
||||
/* 0x6BC */ BOOL mbRollCrash;
|
||||
|
||||
static const char* const M_arcname[13];
|
||||
|
||||
Reference in New Issue
Block a user