Add signal style flag for no aspect increase behaviour (banner repeater)

This commit is contained in:
Jonathan G Rennison
2022-06-19 01:55:38 +01:00
parent 6e4c4b35e7
commit 7ae06124ae
15 changed files with 104 additions and 18 deletions

View File

@@ -476,6 +476,7 @@ static void ShutdownGame()
_extra_station_names_used = 0;
_extra_station_names_probability = 0;
_extra_aspects = 0;
_aspect_cfg_hash = 0;
_loadgame_DBGL_data.clear();
_loadgame_DBGC_data.clear();
}