(svn r6474) - Add a patch option to control display of liveries, allowing none, your

own, or all companies.
This commit is contained in:
2006-09-17 20:52:54 +00:00
parent 4794012f37
commit 37e00dbef2
5 changed files with 8 additions and 1 deletions

View File

@@ -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 */