Fix board corruption on null move
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 18 Feb 2018 10:20:09 +0000 (11:20 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 18 Feb 2018 10:20:09 +0000 (11:20 +0100)
commitb9942fbfad217952a1135345d47860be3ebee6a6
treea40cfb9eb59b09ec6899d27ea4d1ac6ad9e4f26f
parentf424766b9caecfecb4eab932835d90441d17c4ae
Fix board corruption on null move

Faking a piece other than the one actually there on the to-square
of a null move interfered with the kludge for testing castling legality,
by actually putting back that piece there. Better solutions should be
possible here.
dropper.c