Do not call illegal moves ambiguos
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 21 Feb 2015 19:08:00 +0000 (20:08 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:33 +0000 (20:53 +0200)
commitf667c02d582c1a09d2a2f5e0b048fdb13c072777
treebba96d86c91533973b182a6a689412e02282e393
parent3536ccf4ea73a0157ef01ae42c72e5448543eb39
Do not call illegal moves ambiguos

When legality testing is off, an illegal SAN move would be interpreted
as if the mentioned piece type could move anywhere, which lead to an
'Ambiguous Move' message if there were multiple pieces of that type.
This should not be done if the piece moves are known through engine piece commands.
moves.c