mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-07 04:22:35 +01:00
-Codechange: introduced DestinationID, which is in fact an union of several types Used in Order struct, so no longer StationID is abused for all targets. Hangars are a big exception, as they use a station-id with GOTO_DEPOT (go figure)