(svn r12029) -Feature: Allow trees on shore.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user