summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
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. */