Closed Malkierian closed 1 month ago
Modify all (4) instances of Flags_GetRandomizerInf() returns that were stored as u8 to s32 to avoid value overflow (anything bigger than 255 would store as 0, even though it was non-zero, registering as not set when compared later).
Flags_GetRandomizerInf()
Fixes #4462.
Modify all (4) instances of
Flags_GetRandomizerInf()
returns that were stored as u8 to s32 to avoid value overflow (anything bigger than 255 would store as 0, even though it was non-zero, registering as not set when compared later).Fixes #4462.
Build Artifacts