mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 14:58:22 +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:
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…
Reference in New Issue
Block a user