(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 2b2cfaeec1
commit c39ab93daa
1 changed files with 1 additions and 1 deletions

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,