summaryrefslogtreecommitdiff
path: root/src/table/misc_settings.ini
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2011-08-01 18:41:21 +0000
committerplanetmaker <planetmaker@openttd.org>2011-08-01 18:41:21 +0000
commit3fb66890eeb3689e645fa6d520aecc0c0908031f (patch)
tree695d9f02f415bb5510338170b622b22dca8ea256 /src/table/misc_settings.ini
parent536fc4246189cb13a8848dc71bedc00a79c7031a (diff)
downloadopenttd-3fb66890eeb3689e645fa6d520aecc0c0908031f.tar.xz
(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu)
Diffstat (limited to 'src/table/misc_settings.ini')
-rw-r--r--src/table/misc_settings.ini4
1 files changed, 2 insertions, 2 deletions
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""