1
0
Fork 0

Fix #13928, 35e58f6: BuildOilRig did not properly set airport rotation

pull/13929/head
glx22 2025-03-30 23:51:15 +02:00
parent 99c6e85356
commit 1d92ed9832
1 changed files with 1 additions and 0 deletions

View File

@ -4519,6 +4519,7 @@ void BuildOilRig(TileIndex tile)
st->owner = OWNER_NONE;
st->airport.type = AT_OILRIG;
st->airport.rotation = DIR_N;
st->airport.Add(tile);
st->ship_station.Add(tile);
st->facilities = {StationFacility::Airport, StationFacility::Dock};