(svn r9658) -Codechange: CT_FOOD is not part of temperate climate, place it accordingly in arctic.

It could be put in tropic too, but it can be placed in both, so first to catch it...
This commit is contained in:
belugas
2007-04-17 19:08:00 +00:00
parent f37930d26a
commit 37743094ec

View File

@@ -289,13 +289,13 @@ enum {
CT_IRON_ORE = 8,
CT_STEEL = 9,
CT_VALUABLES = 10,
CT_FOOD = 11,
// Arctic
CT_WHEAT = 6,
CT_HILLY_UNUSED = 8,
CT_PAPER = 9,
CT_GOLD = 10,
CT_FOOD = 11,
// Tropic
CT_RUBBER = 1,