Fix check testing in games without King
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Jul 2016 21:53:17 +0000 (23:53 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Jul 2016 21:53:17 +0000 (23:53 +0200)
commit674a21be8b9a930d910d4345db5b999e76c58b70
tree140462a20b00539638104ac8757375e06e643dc3
parent2f104b7904a48f7f686d3b41d5061e8ef549c5b0
Fix check testing in games without King

A position without King was always considered as in check (because of
Atomic), which is rather illogical and undesirable in games where no
King participates (as it makes every move illegal).
moves.c