Fix comment
All checks were successful
Python tests (make) / test (push) Successful in 10s

This commit is contained in:
2025-08-16 15:25:14 -04:00
parent 55666004a0
commit 3ca2606420

View File

@@ -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];