fix forgotten break in sq88 -> bitboard move_gen()

This commit is contained in:
2021-11-12 12:33:39 +01:00
parent 4365838276
commit 4442901b58

View File

@@ -425,6 +425,7 @@ int pseudo_moves_gen(pos_t *pos, piece_list_t *ppiece, bool doit)
log_i(1, "BB: skipping %#llx [%c%c] (same color piece)\n",
new, FILE2C(GET_F(new)), RANK2C(GET_R(new)));
# endif
break;
}
/* we are sure the move is valid : we create move */