Fix writing FEN castling rights for non-edge 'Rooks'
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 11 Jan 2016 21:44:04 +0000 (22:44 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 11 Jan 2016 21:44:04 +0000 (22:44 +0100)
commit20c445baafd24d2e66f3157f11b7022fdbd56b75
tree2eb6aded3d5966e32c18c214b6ac9eaaf2facb34
parent9c7f06f7430912dc918e7c54120555bcd56a521e
Fix writing FEN castling rights for non-edge 'Rooks'

Non-Fischer castling rights were only recognized on FEN writing when
the castling partner was in the corner. Now it can be anywhere on the
correct side of the King.
backend.c