mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 15:33:44 +03:00
woops, was keeping around temporary driveway lines in one case
This commit is contained in:
parent
e46ae7d734
commit
875ce494fe
@ -1,6 +1,6 @@
|
||||
a5e849fa8883569519976ebfef3ae269 data/system/night_colors.json
|
||||
1909af5ebfefe7ad4102335c9e789d24 data/system/override_colors.json
|
||||
295a28cc0cca2cf009663f317c214072 data/system/maps/huge_seattle.bin
|
||||
2bfc23691526f1303363289c7c7c816a data/system/maps/huge_seattle.bin
|
||||
9ea01f6ae42acc62f8a90ccd8dcac0d8 data/system/maps/ballard.bin
|
||||
a5240d74a5889d0659473c0453d5459f data/system/maps/downtown.bin
|
||||
e1600553801ef1d7e2d71b56e3f40a2f data/system/maps/caphill.bin
|
||||
@ -18,4 +18,4 @@ ab8ab9bcf674f1d91d85d83ff313c56e data/system/scenarios/montlake/weekday_typical
|
||||
4f94a0967656442fa6bdaa602a564f9c data/system/prebaked_results/23rd/weekday_typical_traffic_from_psrc.bin
|
||||
4bd6932b24539a6fb0d3896c0b72186e data/system/prebaked_results/signal_single/tutorial lvl1.bin
|
||||
bc80d17d4d11cde80a9393f2493ff432 data/system/prebaked_results/signal_single/tutorial lvl2.bin
|
||||
aa91e62590794f98e8d61866576b1dd6 data/system/prebaked_results/montlake/weekday_typical_traffic_from_psrc.bin
|
||||
4f5c6195a546b3e453073526f6ff0c37 data/system/prebaked_results/montlake/weekday_typical_traffic_from_psrc.bin
|
||||
|
@ -103,6 +103,7 @@ pub fn make_all_buildings(
|
||||
"Can't find driveway for {}, forfeiting {} stalls",
|
||||
bldg.id, p.num_stalls
|
||||
));
|
||||
bldg.parking = None;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user