Fix OO-castling in FRC after pasting FEN
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 17 Jan 2010 13:24:12 +0000 (14:24 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 17 Jan 2010 19:02:28 +0000 (11:02 -0800)
commit02b85711ba28b66862dff72c6fddc121e7f1b57f
treef9f1e3e38f12f3fcaa77503aed308ae3afe49185
parent0395f743108b8ef1c43b36c2a0314ee155d45f18
Fix OO-castling in FRC after pasting FEN

Because the FEN parser did not set initialRights, the rights from the
previous game kept hanging there, and prevented recognition of
OO-castling (although KxR castling was still understood).
backend.c