Loading
#openttdcoop - Paste
Archives
Trending
Docs
Login
Paste #pwoeggskh
Wrap
Raw
Revise
+ /* the plane won't land at any helicopter station */
+ if
(
!
(
afc->flags & AirportFTAClass::AIRPLANES
)
&&
(
avi->subtype & AIR_CTOL
)
)
continue;
Comments