diff options
author | belugas <belugas@openttd.org> | 2007-04-17 19:08:00 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-04-17 19:08:00 +0000 |
commit | c39ab93daa5af53272b108a628ed2e857b95fb64 (patch) | |
tree | 7dae2b2cb3b378aeb1071c70e970cc1c5011f55e /src | |
parent | 2b2cfaeec10cd53c0ceba8116cd8b1e14cdd523d (diff) | |
download | openttd-c39ab93daa5af53272b108a628ed2e857b95fb64.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...
Diffstat (limited to 'src')
-rw-r--r-- | src/openttd.h | 2 |
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, |