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

@@ -231,6 +231,9 @@ static void LoadSpriteTables()
extern uint _extra_station_names_used;
_extra_station_names_used = 0;
extern uint8 _extra_station_names_probability;
_extra_station_names_probability = 0;
/*
* Load the base and extra NewGRF with OTTD required graphics as first NewGRF.
* However, we do not want it to show up in the list of used NewGRFs,