1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

(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

View File

@@ -707,9 +707,6 @@ static void GenerateBuildAircraftList(Window *w)
NOT_REACHED(); 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); EngList_Add(&bv->eng_list, eid);
if (eid == bv->sel_engine) sel_id = eid; if (eid == bv->sel_engine) sel_id = eid;