(svn r13935) -Codechange [YAPP]: PBS signals can now be built with the normal signal tools. (michi_cc)

This commit is contained in:
rubidium
2008-08-02 22:49:23 +00:00
parent 5c55922a06
commit 60006ad24c
6 changed files with 46 additions and 12 deletions

View File

@@ -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. */