e-dt 4 years ago
parent
commit
c0fad0dc48
  1. 2
      src/apr.rs

2
src/apr.rs

@ -59,7 +59,7 @@ impl Apr {
grid: make_grid(_ctx, r, c, board.board.as_slice())?,
board,
should_update_grid: false,
actors,
actors: temp_vec,
behaviours: vec![behaviour::Behaviour {
moves: vec![(0, 1)],
}], //the pawn can go ONE forwards

Loading…
Cancel
Save