diff --git a/engine/src/bitboard.c b/engine/src/bitboard.c index bc047bd..a69f3bb 100644 --- a/engine/src/bitboard.c +++ b/engine/src/bitboard.c @@ -350,7 +350,7 @@ void gen_black_pawn_captures(const struct Board *board, struct Move *out, int *c Pieces that are not PAWNs - */ +*/ void gen_knight_moves(const struct Board *board, struct Move *out, int *count, bool captures_only) { enum Color side = board->side_to_move; uint64_t own = board->occ[side];