File diff r1976:fcef181ed14a → r1977:1f8b99c96041
aircraft_cmd.c
Show inline comments
 
@@ -844,7 +844,8 @@ static bool AircraftController(Vehicle *
 

	
 
	// prevent going to 0,0 if airport is deleted.
 
	{
 
		uint tile = st->airport_tile;
 
		TileIndex tile = st->airport_tile;
 

	
 
		if (tile == 0) tile = st->xy;
 
		// xy of destination
 
		x = TileX(tile) * 16;