pub fn make_scenario(
    scenario_name: &str,
    map: &Map,
    popdat: &PopDat,
    huge_map: &Map,
    timer: &mut Timer<'_>
) -> Scenario