position: add captured piece

This commit is contained in:
2024-03-20 09:57:10 +01:00
parent 08064dd1a1
commit ae6328ce26
2 changed files with 6 additions and 9 deletions

View File

@@ -65,10 +65,6 @@ char *piece_to_low(piece_t p)
{
return piece_details[p].low;
}
//char *piece_to_sym(piece_t p)
//{
// return piece_details[PIECE(p)].sym;
//}
char *piece_to_sym(piece_t p)
{