(Part 2: helicopter landings)
This commit is contained in:
Jonathan G Rennison
2020-12-28 01:00:01 +00:00
parent e19b3adef3
commit 760cab2632

View File

@@ -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;