From f5c67c1410c1f9af5da99d2ea02192c21f8abc08 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 26 May 2026 23:43:55 +0530 Subject: adding move marker --- src/search/bishop_moves.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/search/bishop_moves.c') diff --git a/src/search/bishop_moves.c b/src/search/bishop_moves.c index 29fe3a6..207535e 100644 --- a/src/search/bishop_moves.c +++ b/src/search/bishop_moves.c @@ -68,5 +68,10 @@ void get_bishop_moves(moves_t* moves, position_t position) { friendly_bishops = position.bitboards[BLACK_BISHOP]; } - __forloop_bishop_moves_gen(moves, friendly_bishops, friendly_pieces, enemy_pieces); + __forloop_bishop_moves_gen( + moves, + friendly_bishops, + friendly_pieces, + enemy_pieces + ); } -- cgit v1.2.3