(svn r22708) -Feature [FS#4701]: Display option to hide competitors' signs and station names (Zuu)

This commit is contained in:
planetmaker
2011-08-01 18:41:21 +00:00
parent 536fc42461
commit 3fb66890ee
6 changed files with 38 additions and 4 deletions

View File

@@ -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;