(svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
This commit is contained in:
@@ -853,6 +853,7 @@ static const SettingDesc patch_player_settings[] = {
|
||||
{"autorenew_money", SDT_INT32, (void*)100000,&_patches.autorenew_money, NULL},
|
||||
|
||||
{"population_in_label", SDT_BOOL, (void*)true, &_patches.population_in_label, NULL},
|
||||
{"link_terraform_toolbar", SDT_BOOL, (void*)false, &_patches.link_terraform_toolbar, NULL},
|
||||
|
||||
{NULL, 0, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user