summaryrefslogtreecommitdiff
path: root/src/tree_map.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-31 17:54:13 +0000
committerfrosch <frosch@openttd.org>2008-01-31 17:54:13 +0000
commit23e6411fb7a8a6052093a9910ab7cfdd811ddd7c (patch)
treefc3e72fdb1e00ec295eee399031a16a5c311b79d /src/tree_map.h
parent90ee6a16ab499135691fc0be395555d69e0c620e (diff)
downloadopenttd-23e6411fb7a8a6052093a9910ab7cfdd811ddd7c.tar.xz
(svn r12029) -Feature: Allow trees on shore.
Diffstat (limited to 'src/tree_map.h')
-rw-r--r--src/tree_map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tree_map.h b/src/tree_map.h
index 22fbcd1d2..f0fd354b4 100644
--- a/src/tree_map.h
+++ b/src/tree_map.h
@@ -49,7 +49,8 @@ enum {
enum TreeGround {
TREE_GROUND_GRASS = 0, ///< normal grass
TREE_GROUND_ROUGH = 1, ///< some rough tile
- TREE_GROUND_SNOW_DESERT = 2 ///< a desert or snow tile, depend on landscape
+ TREE_GROUND_SNOW_DESERT = 2, ///< a desert or snow tile, depend on landscape
+ TREE_GROUND_SHORE = 3, ///< shore
};