# HG changeset patch # User bjarni # Date 1171737515 0 # Node ID 7c14faac206e2320642964255e1dce73291c1540 # Parent 98baaa8dcbab1fb3ba6b5f585827f8252cdf60f0 (svn r8787) -Change r8771: allow fast aircraft in small airports We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -707,9 +707,6 @@ NOT_REACHED(); } - if (bv->filter.flags & AirportFTAClass::SHORT_STRIP && - avi->subtype & AIR_FAST && !_cheats.no_jetcrash.value) continue; // don't build large aircraft in small airports - EngList_Add(&bv->eng_list, eid); if (eid == bv->sel_engine) sel_id = eid;