HarbourMasters / Shipwright

3.29k stars 492 forks source link

Fix More File Info #4463

Closed Malkierian closed 1 month ago

Malkierian commented 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).

Fixes #4462.

Build Artifacts