(svn r17642) -Change: make a comment more clear (Eddi)
This commit is contained in:
@@ -635,7 +635,7 @@ static void TileLoop_Trees(TileIndex tile)
|
|||||||
|
|
||||||
uint treeCounter = GetTreeCounter(tile);
|
uint treeCounter = GetTreeCounter(tile);
|
||||||
|
|
||||||
/* Handle growth of grass at every 8th processings, like it's done for grass */
|
/* Handle growth of grass (under trees/on MP_TREES tiles) at every 8th processings, like it's done for grass on MP_CLEAR tiles. */
|
||||||
if ((treeCounter & 7) == 7 && GetTreeGround(tile) == TREE_GROUND_GRASS) {
|
if ((treeCounter & 7) == 7 && GetTreeGround(tile) == TREE_GROUND_GRASS) {
|
||||||
uint density = GetTreeDensity(tile);
|
uint density = GetTreeDensity(tile);
|
||||||
if (density < 3) {
|
if (density < 3) {
|
||||||
|
Reference in New Issue
Block a user