Always accept piece commands in partly supported variants
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 25 Sep 2014 17:11:21 +0000 (19:11 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 28 Sep 2014 20:14:28 +0000 (22:14 +0200)
commit90023cb65d9c783d7f045f839dec64292f50e524
tree3ee2fcef897a701eb3c55c3f0a5aacb6a621c8b6
parentc1f9fd66ab250f14d4e40383a242691ac40782da
Always accept piece commands in partly supported variants

Normally piece commands are ignored when legality checking is on, as
XBoard's idea of legality should obviously overrule the engine's.
In variants that are not or only partly supported, however, XBoard has
no own idea of what is legal, so it is better to take the engine's
advice than enforcing wrong rules.
backend.c