summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-17 19:08:00 +0000
committerbelugas <belugas@openttd.org>2007-04-17 19:08:00 +0000
commit37743094ec50e4a18089bfa3c501657c5ef3f089 (patch)
tree7dae2b2cb3b378aeb1071c70e970cc1c5011f55e
parentf37930d26acc18544f9e7b982e3eaf060c55b1fa (diff)
downloadopenttd-37743094ec50e4a18089bfa3c501657c5ef3f089.tar.xz
(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...
-rw-r--r--src/openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 0cbc91909..ca19a0481 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,