Extend industry production/transported totals to 32 bits

This commit is contained in:
Jonathan G Rennison
2024-03-11 20:41:33 +00:00
parent cc2521ddf5
commit 9f205727bf
9 changed files with 60 additions and 54 deletions

View File

@@ -1591,7 +1591,7 @@ protected:
/* Get industry productions (CargoID, production, suffix, transported) */
struct CargoInfo {
CargoID cargo_id;
uint16_t production;
uint32_t production;
const char *suffix;
uint transported;
};