Suppress spurious use of SAN castling in mini variants
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 4 Oct 2010 07:41:11 +0000 (09:41 +0200)
committerArun Persaud <arun@nubati.net>
Tue, 5 Oct 2010 02:34:51 +0000 (19:34 -0700)
commiteee00f8afcf0a979c6b6d6a159b0b4181d0cf747
treeff963809397954b10f4f580fd6b302b5a33e19b1
parente1156ce1ba68e4c89a7bdb63f388840463002954
Suppress spurious use of SAN castling in mini variants

King moves from a central file to the king-side-castled position (1
square away from the right corner) were intercepted and printed as O-O
in CoordsToAlgebraic. But on a 5x5 board (mini-Shogi!) this caught the
normal King move Kc1-d1 as well. The castling notation is now reserved
for King moves larger than one step.
moves.c