(svn r9658) -Codechange: CT_FOOD is not part of temperate climate, place it accordingly in arctic.
authorbelugas
Tue, 17 Apr 2007 19:08:00 +0000
changeset 6976 0bc7efb388a7
parent 6975 bd5a5745fd45
child 6977 67b989528f3d
(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...
src/openttd.h
--- a/src/openttd.h	Tue Apr 17 17:54:31 2007 +0000
+++ b/src/openttd.h	Tue Apr 17 19:08:00 2007 +0000
@@ -289,13 +289,13 @@
 	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,