diff --git a/src/apr.rs b/src/apr.rs index 4487b1d..4146928 100644 --- a/src/apr.rs +++ b/src/apr.rs @@ -63,6 +63,7 @@ impl Apr { board, should_update_grid: false, actors, + dragging: false, behaviours: vec![behaviour::Behaviour { moves: vec![(0, 1)], }], //the pawn can go ONE forwards