Fix crash in double-push, and make it subject to chessFlag
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 24 Feb 2013 10:47:08 +0000 (11:47 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 21 Oct 2013 08:40:23 +0000 (10:40 +0200)
commit6b60ddf69ce961d41a579a258444f653729e5c95
tree372e09dc630fdaa8a0636775079ece0008f29095
parent5676d8e01a0b03b248b2108918874b795558d6c0
Fix crash in double-push, and make it subject to chessFlag

Passed squares in NewNonCapt are used as array index, and should not
be mutilated with flags! As the M (=non-capt only) move type is now
also used in Shatranj, make the double-push subject to a new chessFlag.
hachu.c