summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-02 22:47:34 +0000
committerrubidium <rubidium@openttd.org>2008-08-02 22:47:34 +0000
commitdf99103a3167874a34b1f1f65fe60aae8ff3116a (patch)
tree05501a08aa467d6f132ef0f7fd2cd1b5fee8c4c7 /src/settings_type.h
parentec7cc498254cccf3e1d150e6d978b7cf2b89eb89 (diff)
downloadopenttd-df99103a3167874a34b1f1f65fe60aae8ff3116a.tar.xz
(svn r13927) -Add [YAPP]: Draw reserved tracks darker, toggeld by a patch setting. (michi_cc)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 0926db66c..97eb0a903 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -79,6 +79,7 @@ struct GUISettings {
int16 autorenew_months; ///< how many months from EOL of vehicles should autorenew trigger for new companies?
int32 autorenew_money; ///< how much money before autorenewing for new companies?
byte news_message_timeout; ///< how much longer than the news message "age" should we keep the message in the history
+ bool show_track_reservation; ///< highlight reserved tracks.
};
/** Settings related to currency/unit systems. */