(svn r12029) -Feature: Allow trees on shore.

This commit is contained in:
frosch
2008-01-31 17:54:13 +00:00
parent 90ee6a16ab
commit 23e6411fb7
7 changed files with 106 additions and 41 deletions

View File

@@ -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
};