diff options
-rw-r--r-- | src/cargo_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h index c84f1f490..1eca0edff 100644 --- a/src/cargo_type.h +++ b/src/cargo_type.h @@ -72,7 +72,7 @@ enum CargoType { typedef uint64 CargoTypes; -static const CargoTypes ALL_CARGOTYPES = (CargoTypes)UINT32_MAX; +static const CargoTypes ALL_CARGOTYPES = (CargoTypes)UINT64_MAX; /** Class for storing amounts of cargo */ struct CargoArray { |