Codechange: remove has_newindustries global

This commit is contained in:
Yexo
2020-06-01 00:44:11 +02:00
committed by Yexo
parent ce618bf7e9
commit 1507902d00
3 changed files with 9 additions and 6 deletions

View File

@@ -8631,7 +8631,6 @@ void ResetNewGRFData()
_loaded_newgrf_features.has_2CC = false;
_loaded_newgrf_features.used_liveries = 1 << LS_DEFAULT;
_loaded_newgrf_features.has_newindustries = false;
_loaded_newgrf_features.shore = SHORE_REPLACE_NONE;
_loaded_newgrf_features.tram = TRAMWAY_REPLACE_DEPOT_NONE;
@@ -9151,7 +9150,6 @@ static void FinaliseIndustriesArray()
}
_industry_mngr.SetEntitySpec(indsp);
_loaded_newgrf_features.has_newindustries = true;
}
}
}