summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
committerrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
commitef20d229aba42121dad7a195cfd05db94a54d9d9 (patch)
tree63a4e2275c53d091675758b85913b051a87b9b39 /src/settings_type.h
parente83cca7d130872b9d64523ce1a0d61306bc31599 (diff)
downloadopenttd-ef20d229aba42121dad7a195cfd05db94a54d9d9.tar.xz
(svn r14755) -Codechange: remove ending year as it can't be changed anyways.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index adef05995..0c9d366b3 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -68,7 +68,6 @@ struct GUISettings {
uint8 scrollwheel_multiplier; ///< how much 'wheel' per incoming event from the OS?
bool pause_on_newgame; ///< whether to start new games paused or not
bool enable_signal_gui; ///< show the signal GUI when the signal button is pressed
- Year ending_year; ///< end of the game (just show highscore)
Year colored_news_year; ///< when does newspaper become colored?
bool timetable_in_ticks; ///< whether to show the timetable in ticks rather than days
bool bridge_pillars; ///< show bridge pillars for high bridges