Add GRF variable to use extra station names even when default names remain

This commit is contained in:
Jonathan G Rennison
2022-04-18 19:28:30 +01:00
parent c4d90a150e
commit a54416afbc
11 changed files with 68 additions and 23 deletions

View File

@@ -50,6 +50,7 @@ struct ExtraStationNameInfo {
extern std::array<ExtraStationNameInfo, MAX_EXTRA_STATION_NAMES> _extra_station_names;
extern uint _extra_station_names_used;
extern uint8 _extra_station_names_probability;
class FlowStatMap;