Fix check extension
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Feb 2013 17:05:46 +0000 (18:05 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Feb 2013 17:05:46 +0000 (18:05 +0100)
commit0a8207c5bba7eac72a459e18be5cbd8df35b1704
treea5c04f0b8d6aa823643e2e06fbf71f9faa7e4a1a
parentb170de109dfcfa9db25c93006f9e1ef417243aa9
Fix check extension

Check extension in micro-Max was not be awarded when a piece other than King
captured the checker. In the code this was still tested assuming the piece
number of the King would always be 3, while in Fairy-Max every piece can be
Royal, based on the sign of its piece value w[]. In many game definitions
piece 3 was actually not a King at all.
changelog
fairymax.c