From 986432b768593ceb5584afb3b00bb7d4811972b6 Mon Sep 17 00:00:00 2001 From: SilverEmber Date: Fri, 31 Dec 2021 17:42:12 +1100 Subject: [PATCH] fixed missing actors field definition --- src/apr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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