mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 21:30:47 -04:00
Standardize process ID type to be uint
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ public:
|
||||
/* 0x00 */ cXyz mCenter;
|
||||
/* 0x0C */ f32 mRadius;
|
||||
/* 0x10 */ f32 mHeight;
|
||||
/* 0x14 */ u32 mActorPID;
|
||||
/* 0x14 */ uint mActorPID;
|
||||
/* 0x18 */ u8 mPhoto;
|
||||
/* 0x19 */ u8 field_0x19;
|
||||
/* 0x1A */ u8 field_0x1a;
|
||||
|
||||
Reference in New Issue
Block a user