1
0
Fork 0

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

pull/13932/head
Loïc Guilloux 2025-03-31 00:33:01 +02:00 committed by GitHub
parent 99c6e85356
commit dc3e8a07e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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};