diff --git a/src/apr.rs b/src/apr.rs index b4b7af2..f683ab6 100644 --- a/src/apr.rs +++ b/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