Changeset - r13127:555eb045c8cc
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-09-26 12:30:30
rubidium@openttd.org
(svn r17642) -Change: make a comment more clear (Eddi)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/tree_cmd.cpp
Show inline comments
 
@@ -635,7 +635,7 @@ static void TileLoop_Trees(TileIndex til
 

	
 
	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) {
0 comments (0 inline, 0 general)