File diff r26057:894e7f38a1bf → r26058:9afbed473ec3
src/settings_type.h
Show inline comments
 
@@ -239,12 +239,13 @@ struct LocaleSettings {
 

	
 
/** Settings related to news */
 
struct NewsSettings {
 
	uint8 arrival_player;                                 ///< NewsDisplay of vehicles arriving at new stations of current player
 
	uint8 arrival_other;                                  ///< NewsDisplay of vehicles arriving at new stations of other players
 
	uint8 accident;                                       ///< NewsDisplay of accidents that occur
 
	uint8 accident_other;                                 ///< NewsDisplay if a vehicle from another company is involved in an accident
 
	uint8 company_info;                                   ///< NewsDisplay of general company information
 
	uint8 open;                                           ///< NewsDisplay on new industry constructions
 
	uint8 close;                                          ///< NewsDisplay about closing industries
 
	uint8 economy;                                        ///< NewsDisplay on economical changes
 
	uint8 production_player;                              ///< NewsDisplay of production changes of industries affecting current player
 
	uint8 production_other;                               ///< NewsDisplay of production changes of industries affecting competitors