From 52fbdd62a2efcd0b22452095eb6efbd6930e13a8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 27 Jun 2007 14:15:48 +0000 Subject: (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. --- src/settings_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index e134a3540..3546fe3cd 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -655,6 +655,7 @@ static const char *_patches_ui[] = { "loading_indicators", "timetable_in_ticks", "default_rail_type", + "always_build_infrastructure", }; static const char *_patches_construction[] = { -- cgit v1.2.3-54-g00ecf