summaryrefslogtreecommitdiff
path: root/src/cargo_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2021-05-13 15:45:07 +0200
committerfrosch <github@elsenhans.name>2021-05-13 23:28:43 +0200
commita9ff296c3d608f04a14cd604a94531f5b42b2061 (patch)
treeae1480000191070b1dccd9871cff66ccfe9cbd6a /src/cargo_type.h
parent0f062b38826efbfa3b250da3943a6927346bc18c (diff)
downloadopenttd-a9ff296c3d608f04a14cd604a94531f5b42b2061.tar.xz
Codechange: add constant for number of original cargoes.
Diffstat (limited to 'src/cargo_type.h')
-rw-r--r--src/cargo_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cargo_type.h b/src/cargo_type.h
index 89e6f1380..83af40a83 100644
--- a/src/cargo_type.h
+++ b/src/cargo_type.h
@@ -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.