From 9a4465f9c0db69b3d9da903b67b678a0ee3a565e Mon Sep 17 00:00:00 2001 From: celestar Date: Fri, 7 Jan 2005 09:51:16 +0000 Subject: (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 --- ttd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ttd.h') 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, -- cgit v1.2.3-54-g00ecf