X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=b2cb4baf10c1a946670544e01aa0511d81cd2ea3;hp=9668368a1bd9e3169f0a90798e838408e4b1fee3;hb=fbec55e52ea35b5e47efa6c1f98816c7bb410568;hpb=05e70d674019e27f2c9a58839f6a9c17e16f9fcc diff --git a/src/position.h b/src/position.h index 9668368a..b2cb4baf 100644 --- a/src/position.h +++ b/src/position.h @@ -310,7 +310,7 @@ private: void allow_ooo(Color c); // Helper functions for doing and undoing moves - void do_capture_move(PieceType capture, Color them, Square to, bool ep); + void do_capture_move(Bitboard& key, PieceType capture, Color them, Square to, bool ep); void do_castle_move(Move m); void undo_castle_move(Move m); void find_checkers();