From 853cc54ec64bae82d1671242bac5d4001e77958e Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 17 Feb 2007 18:38:35 +0000 Subject: (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 --- src/build_vehicle_gui.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3-70-g09d2