File diff r18261:0aa61ca7490f → r18262:3bc00eb1e3da
src/tree_cmd.cpp
Show inline comments
 
@@ -493,7 +493,7 @@ static void DrawTile_Trees(TileInfo *ti)
 
	}
 

	
 
	/* draw them in a sorted way */
 
	byte z = ti->z + GetSlopeMaxPixelZ(ti->tileh) / 2;
 
	int z = ti->z + GetSlopeMaxPixelZ(ti->tileh) / 2;
 

	
 
	for (; trees > 0; trees--) {
 
		uint min = te[0].x + te[0].y;