(svn r17642) -Change: make a comment more clear (Eddi)

This commit is contained in:
rubidium 2009-09-26 12:30:30 +00:00
parent 2b61d49f30
commit 06040213b4
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ static void TileLoop_Trees(TileIndex 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) {
uint density = GetTreeDensity(tile);
if (density < 3) {