diff options
Diffstat (limited to 'src/fen.c')
| -rwxr-xr-x | src/fen.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -300,6 +300,7 @@ Return value: // location to the list and point from the pawn to the list. // pos->cPawns[uColor][uPieceCounters[uPieceIndex]] = cSquare; + pos->bbPawns[uColor] |= COOR_TO_BB(cSquare); pos->rgSquare[cSquare].uIndex = uPieceCounters[uPieceIndex]; pos->rgSquare[cSquare].pPiece = p; pos->uPawnMaterial[uColor] += VALUE_PAWN; |
