summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-17 20:52:54 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-17 20:52:54 +0000
commit37e00dbef2e4efa25dd9ddb4ca227f4fffde924f (patch)
tree478bef1f4d2ad8896951a0c602acce70bee18a17 /settings.c
parent4794012f37edeb176aae1cb6226b43a9e6044210 (diff)
downloadopenttd-37e00dbef2e4efa25dd9ddb4ca227f4fffde924f.tar.xz
(svn r6474) - Add a patch option to control display of liveries, allowing none, your
own, or all companies.
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 57a65821f..98dd32036 100644
--- a/settings.c
+++ b/settings.c
@@ -1261,6 +1261,7 @@ const SettingDesc _patch_settings[] = {
SDT_VAR(Patches, map_x, SLE_UINT8, S, 0, 8, 6, 11, 0, STR_CONFIG_PATCHES_MAP_X, NULL),
SDT_VAR(Patches, map_y, SLE_UINT8, S, 0, 8, 6, 11, 0, STR_CONFIG_PATCHES_MAP_Y, NULL),
SDT_BOOL(Patches, link_terraform_toolbar, S, 0, false, STR_CONFIG_PATCHES_LINK_TERRAFORM_TOOLBAR,NULL),
+ SDT_VAR(Patches, liveries, SLE_UINT8, S,MS, 2, 0, 2, 0, STR_CONFIG_PATCHES_LIVERIES, RedrawScreen),
/***************************************************************************/
/* Construction section of the GUI-configure patches window */