From 37743094ec50e4a18089bfa3c501657c5ef3f089 Mon Sep 17 00:00:00 2001 From: belugas Date: Tue, 17 Apr 2007 19:08:00 +0000 Subject: [PATCH] (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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openttd.h b/src/openttd.h index 0cbc91909d..ca19a04819 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -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,