File diff r7508:9262e7f5fcc5 → r7509:c5114490e828
src/tree_cmd.cpp
Show inline comments
 
@@ -255,6 +255,11 @@ CommandCost CmdPlantTree(TileIndex tile,
 
					cost.AddCost(_price.build_trees * 2);
 
					break;
 

	
 
				case MP_WATER:
 
					msg = STR_3807_CAN_T_BUILD_ON_WATER;
 
					continue;
 
					break;
 

	
 
				case MP_CLEAR:
 
					if (!IsTileOwner(tile, OWNER_NONE) ||
 
							IsBridgeAbove(tile)) {