summaryrefslogtreecommitdiff
path: root/src/tree_map.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-03-14 12:39:24 +0000
committeralberth <alberth@openttd.org>2010-03-14 12:39:24 +0000
commit777123c228e163c976303be0588093732816f8ca (patch)
tree166d1561b235145728ce4ab16617dc600f9a759f /src/tree_map.h
parentb8d6e893cb25cf605392fee7c45f2909563f7bcd (diff)
downloadopenttd-777123c228e163c976303be0588093732816f8ca.tar.xz
(svn r19414) -Doc: Several doxygen additions and corrections.
Diffstat (limited to 'src/tree_map.h')
-rw-r--r--src/tree_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree_map.h b/src/tree_map.h
index 05315ca25..18966da82 100644
--- a/src/tree_map.h
+++ b/src/tree_map.h
@@ -60,7 +60,7 @@ enum TreeGround {
TREE_GROUND_ROUGH = 1, ///< some rough tile
TREE_GROUND_SNOW_DESERT = 2, ///< a desert or snow tile, depend on landscape
TREE_GROUND_SHORE = 3, ///< shore
- TREE_GROUND_ROUGH_SNOW = 4, ///< a snow tile that is rough underneed
+ TREE_GROUND_ROUGH_SNOW = 4, ///< A snow tile that is rough underneath.
};