bool CanBuildVehicleInfrastructure(RoadTypeIdentifier rtid, CompanyID company, bool any_date)
{
if (_game_mode != GM_EDITOR && !Company::IsValidID(company)) return false;
/* TODO: In SE this could differ for the player who use the scenario, should I make it GM_NORMAL only? */
if (!_settings_client.gui.disable_unsuitable_building) return true;