(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
replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
bjarni 18 years ago
parent 4bcf385f31
commit 853cc54ec6

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

Loading…
Cancel
Save