summaryrefslogtreecommitdiff
path: root/src/openttd.h
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/openttd.h
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/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index b98008493..40a78c48c 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -45,6 +45,7 @@ enum DisplayOptions {
DO_FULL_ANIMATION = 3, ///< Perform palette animation.
DO_FULL_DETAIL = 5, ///< Also draw details of track and roads.
DO_SHOW_WAYPOINT_NAMES = 6, ///< Display waypoint names.
+ DO_SHOW_COMPETITOR_SIGNS = 7, ///< Display signs, station names and waypoint names of opponent companies. Buoys and oilrig-stations are always shown, even if this option is turned off.
};
extern GameMode _game_mode;