This commit is contained in:
Henri Bourcereau 2024-06-24 18:10:24 +02:00
parent fb5e954b85
commit 41f8b0ac6e
2 changed files with 30 additions and 21 deletions

View file

@ -85,7 +85,7 @@ impl MoveRules {
}
let (dice1, dice2) = self.dice.values;
let (move1, move2): &(CheckerMove, CheckerMove) = &moves;
let (move1, move2): &(CheckerMove, CheckerMove) = moves;
let move1_dices = self.get_move_compatible_dices(move1);
if move1_dices.is_empty() {