Add quaterdirection and fix multistation off by one errors
This commit is contained in:
parent
1af9712bcb
commit
c3bb980fcf
5 changed files with 137 additions and 47 deletions
|
|
@ -23,7 +23,7 @@ fn main() {
|
|||
]
|
||||
.into_iter()
|
||||
.flat_map(move |beltspeed| {
|
||||
(0..6).flat_map(move |i| {
|
||||
(0..2).flat_map(move |i| {
|
||||
(0..=i).map(move |j| StationSpec {
|
||||
locomotives: 1,
|
||||
wagons: 1 << i,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue