diff options
Diffstat (limited to 'src/openttd.h')
-rw-r--r-- | src/openttd.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/openttd.h b/src/openttd.h index c8d22b03c..a1a67d6a3 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -29,12 +29,12 @@ enum SwitchMode { /* Display Options */ enum { - DO_SHOW_TOWN_NAMES = 0, - DO_SHOW_STATION_NAMES = 1, - DO_SHOW_SIGNS = 2, - DO_FULL_ANIMATION = 3, - DO_FULL_DETAIL = 5, - DO_WAYPOINTS = 6, + DO_SHOW_TOWN_NAMES = 0, + DO_SHOW_STATION_NAMES = 1, + DO_SHOW_SIGNS = 2, + DO_FULL_ANIMATION = 3, + DO_FULL_DETAIL = 5, + DO_SHOW_WAYPOINT_NAMES = 6, }; extern GameMode _game_mode; |