Browse Source

fixed missing actors field definition

master
SilverEmber 4 years ago
parent
commit
986432b768
  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