summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-07 09:51:16 +0000
committercelestar <celestar@openttd.org>2005-01-07 09:51:16 +0000
commit9a4465f9c0db69b3d9da903b67b678a0ee3a565e (patch)
treedd060d5dca61f8a204e1ed8e93a87362d44f4945 /ttd.h
parente58739c55963b22a345e3efb78e7c10d5646b383 (diff)
downloadopenttd-9a4465f9c0db69b3d9da903b67b678a0ee3a565e.tar.xz
(svn r1412) -Feature/Fix: Aircraft refit options have been restricted to "sane"
values. -Feature: aircraft can now be refitted "mail-only" -Feature: Passengers aircraft now ignore the amount of mail for "full load any" options
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ttd.h b/ttd.h
index ee8967cfd..44a685ee6 100644
--- a/ttd.h
+++ b/ttd.h
@@ -239,14 +239,18 @@ enum {
CT_FOOD = 11,
// Arctic
+ CT_WHEAT = 6,
CT_HILLY_UNUSED = 8,
CT_PAPER = 9,
+ CT_GOLD = 10,
// Tropic
CT_RUBBER = 1,
CT_FRUIT = 4,
+ CT_MAIZE = 6,
CT_COPPER_ORE = 8,
CT_WATER = 9,
+ CT_DIAMONDS = 10,
// Toyland
CT_SUGAR = 1,