Add pawn pseudo-moves

This commit is contained in:
2021-10-31 19:57:14 +01:00
parent cf1e88c926
commit 3ac41d7f78
3 changed files with 162 additions and 41 deletions

View File

@@ -131,6 +131,7 @@ pos_t *fen2pos(pos_t *pos, char *fen)
}
}
}
p++;
/* 4) en passant
*/