summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 4fa9fbf9a..0b1f1649f 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -183,10 +183,10 @@ enum {
/* Landscape types */
enum {
- LT_NORMAL = 0,
- LT_HILLY = 1,
- LT_DESERT = 2,
- LT_CANDY = 3,
+ LT_TEMPERATE = 0,
+ LT_ARCTIC = 1,
+ LT_TROPIC = 2,
+ LT_TOYLAND = 3,
NUM_LANDSCAPE = 4,
};