diff options
Diffstat (limited to 'src/openttd.h')
-rw-r--r-- | src/openttd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.h b/src/openttd.h index f4bd4813b..0cbc91909 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -317,7 +317,7 @@ enum { CT_PLASTIC = 10, CT_FIZZY_DRINKS = 11, - NUM_CARGO = 12, + NUM_CARGO = 32, CT_NO_REFIT = 0xFE, CT_INVALID = 0xFF |