From 3fb66890eeb3689e645fa6d520aecc0c0908031f Mon Sep 17 00:00:00 2001 From: planetmaker Date: Mon, 1 Aug 2011 18:41:21 +0000 Subject: (svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu) --- src/table/misc_settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table/misc_settings.ini') diff --git a/src/table/misc_settings.ini b/src/table/misc_settings.ini index 7dd85b7a5..71fc33ca0 100644 --- a/src/table/misc_settings.ini +++ b/src/table/misc_settings.ini @@ -37,8 +37,8 @@ to = SL_MAX_VERSION name = ""display_opt"" type = SLE_UINT8 var = _display_opt -def = (1 << DO_SHOW_TOWN_NAMES | 1 << DO_SHOW_STATION_NAMES | 1 << DO_SHOW_SIGNS | 1 << DO_FULL_ANIMATION | 1 << DO_FULL_DETAIL | 1 << DO_SHOW_WAYPOINT_NAMES) -full = ""SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION||FULL_DETAIL|WAYPOINTS"" +def = (1 << DO_SHOW_TOWN_NAMES | 1 << DO_SHOW_STATION_NAMES | 1 << DO_SHOW_SIGNS | 1 << DO_FULL_ANIMATION | 1 << DO_FULL_DETAIL | 1 << DO_SHOW_WAYPOINT_NAMES | 1 << DO_SHOW_COMPETITOR_SIGNS) +full = ""SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION||FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS"" [SDTG_BOOL] name = ""news_ticker_sound"" -- cgit v1.2.3-54-g00ecf