equal
deleted
inserted
replaced
78 bool autorenew; ///< should autorenew be enabled for new companies? |
78 bool autorenew; ///< should autorenew be enabled for new companies? |
79 int16 autorenew_months; ///< how many months from EOL of vehicles should autorenew trigger for new companies? |
79 int16 autorenew_months; ///< how many months from EOL of vehicles should autorenew trigger for new companies? |
80 int32 autorenew_money; ///< how much money before autorenewing for new companies? |
80 int32 autorenew_money; ///< how much money before autorenewing for new companies? |
81 byte news_message_timeout; ///< how much longer than the news message "age" should we keep the message in the history |
81 byte news_message_timeout; ///< how much longer than the news message "age" should we keep the message in the history |
82 bool show_track_reservation; ///< highlight reserved tracks. |
82 bool show_track_reservation; ///< highlight reserved tracks. |
|
83 uint8 default_signal_type; ///< the signal type to build by default. |
|
84 uint8 cycle_signal_types; ///< what signal types to cycle with the build signal tool. |
83 }; |
85 }; |
84 |
86 |
85 /** Settings related to currency/unit systems. */ |
87 /** Settings related to currency/unit systems. */ |
86 struct LocaleSettings { |
88 struct LocaleSettings { |
87 byte currency; ///< currency we currently use |
89 byte currency; ///< currency we currently use |