diff options
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, |