Fix ICS castling rights
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 12:36:23 +0000 (13:36 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 28 Dec 2011 12:55:54 +0000 (13:55 +0100)
commit0300f988935df94f3faeac3e3dbddbd6e8122fe3
tree2fb7a4496fb1499e0f7cc71920e6d65d6afdedd3
parent1bef480ba93d56d2581f436c6ebd774eba1a143a
Fix ICS castling rights

Copying the castling rights together with CopyBoard seems to have
broken handling of ICS rights, where ParseBoard12 prepares a board
in a local variable, an copies it before parsing the rights.
backend.c