File diff r25450:7e9533370994 → r25451:917146b539af
src/newgrf_airporttiles.cpp
Show inline comments
 
@@ -307,7 +307,7 @@ void AirportAnimationTrigger(Station *st
 
{
 
	if (st->airport.tile == INVALID_TILE) return;
 

	
 
	TILE_AREA_LOOP(tile, st->airport) {
 
	for (TileIndex tile : st->airport) {
 
		if (st->TileBelongsToAirport(tile)) AirportTileAnimationTrigger(st, tile, trigger, cargo_type);
 
	}
 
}