diff options
author | bjarni <bjarni@openttd.org> | 2007-02-17 18:38:35 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-02-17 18:38:35 +0000 |
commit | da422574adb07dbfba79ee7f922ba8510df8d7ef (patch) | |
tree | 2f7cb52ae445b8449d6c031a864512b2e9c0f169 /src | |
parent | d6cb254b96134177c38ca75f34b08cd25a454537 (diff) | |
download | openttd-da422574adb07dbfba79ee7f922ba8510df8d7ef.tar.xz |
(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
Diffstat (limited to 'src')
-rw-r--r-- | src/build_vehicle_gui.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/build_vehicle_gui.cpp b/src/build_vehicle_gui.cpp index f8d802c33..8ccd8a444 100644 --- a/src/build_vehicle_gui.cpp +++ b/src/build_vehicle_gui.cpp @@ -707,9 +707,6 @@ static void GenerateBuildAircraftList(Window *w) 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; |