Fix bare-king adjudication in Atomic
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 17 Dec 2015 11:44:09 +0000 (12:44 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 17 Dec 2015 11:44:09 +0000 (12:44 +0100)
commit85ceab43886403019cd91c13d4b9c366279227b6
treeec4d66e5850d46b4e9a6d673af1ea6aa648a8026
parent6c9b0c2fe93118c2d98d4667e09544cac74a4d8b
Fix bare-king adjudication in Atomic

In Atomic a bare King cannot win, but it can already have won, when
the last piece of that side captured or destroyed the opponent King
when exploding. The win-to-draw correction now recognizes this
situation, so that the win is uphold there.
backend.c