summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorGuillaume Renoult <guillaume.renoult@gmail.com>2021-11-08 05:54:50 +1100
committerGitHub <noreply@github.com>2021-11-07 19:54:50 +0100
commitc38af729787f25e56cb19fce90d89eebf3067c66 (patch)
tree333efbcf0f4af633871abc7b1b005c62cc26b66a /src/settings_type.h
parentb4bd7b367e3b2ab0e82319e04adb9f302a9f222f (diff)
downloadopenttd-c38af729787f25e56cb19fce90d89eebf3067c66.tar.xz
Update: add setting to hide news about competitors vehicle crash (#9653)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 3c2f2be7b..9da2655d6 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -242,6 +242,7 @@ 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