summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-11-09 07:25:55 +0000
committerpeter1138 <peter1138@openttd.org>2005-11-09 07:25:55 +0000
commit350f0f2cdb66364ca1b6116b77ef249b54f58421 (patch)
treea7f0501f9d8bbcd2a5ff4e4033261f870d1164ca /settings.c
parent5e278b7ec3adfa6f0b65f3cff5769943166bef22 (diff)
downloadopenttd-350f0f2cdb66364ca1b6116b77ef249b54f58421.tar.xz
(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.
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 9014900af..6a92e948a 100644
--- a/settings.c
+++ b/settings.c
@@ -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}
};