File diff r25450:7e9533370994 → r25451:917146b539af
src/tree_cmd.cpp
Show inline comments
 
@@ -392,7 +392,7 @@ CommandCost CmdPlantTree(TileIndex tile,
 
	int limit = (c == nullptr ? INT32_MAX : GB(c->tree_limit, 16, 16));
 

	
 
	TileArea ta(tile, p2);
 
	TILE_AREA_LOOP(tile, ta) {
 
	for (TileIndex tile : ta) {
 
		switch (GetTileType(tile)) {
 
			case MP_TREES:
 
				/* no more space for trees? */