Import patch for random town road reconstruction.
From https://www.tt-forums.net/viewtopic.php?f=33&t=36438 Change scale from 0-100 to 0-1000 Adjust strings, settings GUI placement, etc.
This commit is contained in:
@@ -1766,6 +1766,7 @@ static SettingsContainer &GetSettingsTree()
|
||||
towns->Add(new SettingEntry("economy.allow_town_level_crossings"));
|
||||
towns->Add(new SettingEntry("economy.found_town"));
|
||||
towns->Add(new SettingEntry("economy.town_cargo_factor"));
|
||||
towns->Add(new SettingEntry("economy.random_road_reconstruction"));
|
||||
}
|
||||
|
||||
SettingsPage *industries = environment->Add(new SettingsPage(STR_CONFIG_SETTING_ENVIRONMENT_INDUSTRIES));
|
||||
|
Reference in New Issue
Block a user