changeset 6057:7c14faac206e draft

(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
author bjarni <bjarni@openttd.org>
date Sat, 17 Feb 2007 18:38:35 +0000
parents 98baaa8dcbab
children 53cf44645510
files src/build_vehicle_gui.cpp
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build_vehicle_gui.cpp
+++ b/src/build_vehicle_gui.cpp
@@ -707,9 +707,6 @@
 					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;