(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
This commit is contained in:
bjarni 2007-02-17 18:38:35 +00:00
parent 4bcf385f31
commit 853cc54ec6
1 changed files with 0 additions and 3 deletions

View File

@ -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;