Change: Remove disable_unsuitable_building setting
This setting is no longer useful, as you can now always build roads, canals, etc.
This commit is contained in:

committed by
Patric Stout

parent
b9f3e45af7
commit
188bf0fbc9
@@ -108,7 +108,6 @@ struct GUISettings {
|
||||
uint8 window_soft_limit; ///< soft limit of maximum number of non-stickied non-vital windows (0 = no limit)
|
||||
ZoomLevel zoom_min; ///< minimum zoom out level
|
||||
ZoomLevel zoom_max; ///< maximum zoom out level
|
||||
bool disable_unsuitable_building; ///< disable infrastructure building when no suitable vehicles are available
|
||||
byte autosave; ///< how often should we do autosaves?
|
||||
bool threaded_saves; ///< should we do threaded saves?
|
||||
bool keep_all_autosave; ///< name the autosave in a different way
|
||||
|
Reference in New Issue
Block a user