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
commita1c543e064dff7b80265ca1ead07eab7562f09c9 (patch)
treefc3e72fdb1e00ec295eee399031a16a5c311b79d /src/tree_map.h
parentfe9891c8ec0376a3a79195ee2bd76bba317865a5 (diff)
downloadopenttd-a1c543e064dff7b80265ca1ead07eab7562f09c9.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
};