fix for Animation of castling moves in Chess960
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 12 Jul 2009 17:04:30 +0000 (10:04 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 12 Jul 2009 17:04:30 +0000 (10:04 -0700)
commit1cc17e4e2b0f324b5ef1e15dffefaebd8df61bdd
tree020fe6bf5edc48f07a598ee65a20728e22e0a300
parentfe5678ecd51104c48452807ded1da1ddabad4999
fix for Animation of castling moves in Chess960

Animation of castling moves in Chess960 turned out to sometimes make the
king disappear from the display. For the time being I patched this in
xboard.c to suppress animation of FRC castling moves altogether. As FRC
castlings internally are represented as KxR, the to-square does not make
sense anyway, which made the animation look very weird even when it led
not to a king disappearance act. And the Rook move of a castling is never
animated.
xboard.c