1
0
Fork 0

update vocabulary

This commit is contained in:
Paul-Nicolas Madelaine 2025-11-26 23:03:23 +01:00
parent ecb82b3120
commit 270ac66db4
2 changed files with 35 additions and 58 deletions

View file

@ -210,7 +210,8 @@ impl Setup {
match self.en_passant.try_into_square() {
Some(sq) => {
w.write_str(sq.to_str())?;
w.write_char(sq.file().to_char())?;
w.write_char(sq.rank().to_char())?;
}
None => {
w.write_char('-')?;