summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-04-15 16:20:35 +0000
committerpeter1138 <peter1138@openttd.org>2007-04-15 16:20:35 +0000
commit7df3a94d8f325a30e56ff962454b9ddc4e347da1 (patch)
tree5884ce2fe37e3c33edb6f96aff3b276532e6832e /src/openttd.h
parent56dcbd169a556154a79c09a2e57b6275d6db052f (diff)
downloadopenttd-7df3a94d8f325a30e56ff962454b9ddc4e347da1.tar.xz
(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
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