1
0
Fork 0
This commit is contained in:
Paul-Nicolas Madelaine 2025-10-22 22:59:53 +02:00
parent faccfbc1c5
commit a6a00fc819
3 changed files with 97 additions and 94 deletions

View file

@ -405,12 +405,12 @@ impl Setup {
};
ByRole::new(|kind| {
mask & match kind {
Role::King => k,
Role::Queen => q,
Role::Bishop => b,
Role::Knight => n,
Role::Rook => r,
Role::Pawn => p,
Role::Knight => n,
Role::Bishop => b,
Role::Rook => r,
Role::Queen => q,
Role::King => k,
}
})
})