Codechange: add constant for number of original cargoes.

This commit is contained in:
frosch
2021-05-13 15:45:07 +02:00
committed by frosch
parent 0f062b3882
commit a9ff296c3d
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ enum CargoType {
CT_PLASTIC = 10,
CT_FIZZY_DRINKS = 11,
NUM_ORIGINAL_CARGO = 12,
NUM_CARGO = 64, ///< Maximal number of cargo types in a game.
CT_AUTO_REFIT = 0xFD, ///< Automatically choose cargo type when doing auto refitting.