(Part 2: helicopter landings)
pull/211/head
Jonathan G Rennison 4 years ago
parent e19b3adef3
commit 760cab2632

@ -963,6 +963,12 @@ static bool AircraftController(Aircraft *v)
return false;
}
if (st->airport.type != AT_OILRIG) {
x = v->x_pos;
y = v->y_pos;
tile = TileVirtXY(x, y);
}
/* Vehicle is now at the airport. */
v->tile = tile;

Loading…
Cancel
Save