File diff r25586:d09d4abccf1e → r25587:2144306d9b73
src/tree_cmd.cpp
Show inline comments
 
@@ -448,9 +448,9 @@ CommandCost CmdPlantTree(TileIndex tile,
 
					break;
 
				}
 

	
 
				if (IsTileType(tile, MP_CLEAR)) {
 
				if (IsTileType(current_tile, MP_CLEAR)) {
 
					/* Remove fields or rocks. Note that the ground will get barrened */
 
					switch (GetRawClearGround(tile)) {
 
					switch (GetRawClearGround(current_tile)) {
 
						case CLEAR_FIELDS:
 
						case CLEAR_ROCKS: {
 
							CommandCost ret = DoCommand(current_tile, 0, 0, flags, CMD_LANDSCAPE_CLEAR);