File diff r15688:5bb1558218af → r15689:f98f51eeeb0c
src/station_cmd.cpp
Show inline comments
 
@@ -2211,12 +2211,13 @@ CommandCost CmdBuildAirport(TileIndex ti
 
	if (flags & DC_EXEC) {
 
		/* Always add the noise, so there will be no need to recalculate when option toggles */
 
		nearest->noise_reached += newnoise_level;
 

	
 
		st->AddFacility(FACIL_AIRPORT, tile);
 
		st->airport.type = airport_type;
 
		st->airport.layout = layout;
 
		st->airport.flags = 0;
 

	
 
		st->rect.BeforeAddRect(tile, w, h, StationRect::ADD_TRY);
 

	
 
		it = as->table[layout];
 
		do {