Fix parsing of OO castling when redefined
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 11 Jan 2016 21:58:50 +0000 (22:58 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 11 Jan 2016 22:02:39 +0000 (23:02 +0100)
commite6caf1ec343ad52eae616aa1a236d86e24b18fcb
tree4a9c2247812b81fd0adc1e0dc4508ed851c27cc0
parent20c445baafd24d2e66f3157f11b7022fdbd56b75
Fix parsing of OO castling when redefined

A 'piece' command can redefine the castling stride of a King,
and OO castling for non-Fischer castling is internally encoded as the
King step, and thus has to know this.
parser.c