revert captured in position before change to move struct
This commit is contained in:
2
brlib
2
brlib
Submodule brlib updated: e55ac95301...8ff163dcf5
@@ -41,7 +41,7 @@ typedef struct __pos_s {
|
||||
castle_rights_t castle;
|
||||
u16 clock_50;
|
||||
u16 plycount; /* plies so far, start from 1 */
|
||||
//piece_t captured; /* only for move_undo */
|
||||
piece_t captured; /* only for move_undo */
|
||||
bitboard_t checkers; /* opponent checkers */
|
||||
bitboard_t pinners; /* opponent pinners */
|
||||
bitboard_t blockers; /* pieces blocking pin */
|
||||
|
Reference in New Issue
Block a user