summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-02 22:49:23 +0000
committerrubidium <rubidium@openttd.org>2008-08-02 22:49:23 +0000
commitb29f290816b787b63c15414c6e533c384ce44db0 (patch)
treede8ca6ff0f1387503d0d8ae2f9b0f52e86194477 /src/settings_type.h
parentd5def69d870a10d94e6801991077d86c3fb5c52f (diff)
downloadopenttd-b29f290816b787b63c15414c6e533c384ce44db0.tar.xz
(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 97eb0a903..098d56f60 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -80,6 +80,8 @@ struct GUISettings {
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.
+ uint8 default_signal_type; ///< the signal type to build by default.
+ uint8 cycle_signal_types; ///< what signal types to cycle with the build signal tool.
};
/** Settings related to currency/unit systems. */