Feature: Show the cargoes the vehicles can carry in the vehicle list window (#8304)

This commit is contained in:
stormcone
2022-11-24 21:58:10 +01:00
committed by GitHub
parent d780ca74ed
commit e29547a3a2
5 changed files with 45 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ struct GUISettings {
uint8 osk_activation; ///< Mouse gesture to trigger the OSK.
byte starting_colour; ///< default color scheme for the company to start a new game with
bool show_newgrf_name; ///< Show the name of the NewGRF in the build vehicle window
bool show_cargo_in_vehicle_lists; ///< Show the cargoes the vehicles can carry in the list windows
bool auto_remove_signals; ///< automatically remove signals when in the way during rail construction
uint16 refresh_rate; ///< How often we refresh the screen (time between draw-ticks).
uint16 fast_forward_speed_limit; ///< Game speed to use when fast-forward is enabled.