summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttd.h b/ttd.h
index e6f9c4bd1..3dcf52bc4 100644
--- a/ttd.h
+++ b/ttd.h
@@ -268,6 +268,8 @@ enum {
CT_FIZZY_DRINKS = 11,
NUM_CARGO = 12,
+
+ CT_INVALID = 0xFF
};
typedef uint AcceptedCargo[NUM_CARGO];