update vocabulary
This commit is contained in:
parent
ecb82b3120
commit
270ac66db4
2 changed files with 35 additions and 58 deletions
|
|
@ -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('-')?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue