Fix check extension
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Feb 2013 16:55:38 +0000 (17:55 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Feb 2013 17:00:44 +0000 (18:00 +0100)
commit7e24a85634e1c87710ad177419830f3ecafee7de
tree58f6617f4a136575ad4124e4c20536cea3c25b1b
parent319c6cd9990e350a23689b30053b25660c2c3d8f
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