Suppress check test after null move
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 28 Dec 2016 18:26:47 +0000 (19:26 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 28 Dec 2016 18:26:47 +0000 (19:26 +0100)
commit3c8dce920afe1b8164c8bf8ce582cce0de9735ff
tree3e60df3487af19bc1cf7219abc997d26f44bd71c
parent188d3f8efde66d94b32eade3dc5063578afeb435
Suppress check test after null move

After null move we should never be in check, but the test for determining
it would use variables that might not be initialized (like to-square).
Make sure we indicate there is no check (also in checkDist, which is used
testing for distant checks).
dropper.c