Add NewGRF global flag to allow rocky tiles in tropic desert zones

This commit is contained in:
Jonathan G Rennison
2022-12-12 22:03:07 +00:00
parent b1051fa131
commit 41fb98db09
7 changed files with 29 additions and 1 deletions

View File

@@ -167,6 +167,9 @@ void InitGRFGlobalVars()
extern uint8 _extra_station_names_probability;
_extra_station_names_probability = 0;
extern bool _allow_rocks_desert;
_allow_rocks_desert = false;
}
/** Actually load the sprite tables. */