diff --git a/src/position.h b/src/position.h index a051ec38..4f6f2d53 100644 --- a/src/position.h +++ b/src/position.h @@ -298,12 +298,12 @@ private: template Value compute_value() const; Value compute_non_pawn_material(Color c) const; - // Bitboards - Bitboard byColorBB[2], byTypeBB[8]; - // Board Piece board[64]; + // Bitboards + Bitboard byTypeBB[8], byColorBB[2]; + // Piece counts int pieceCount[2][8]; // [color][pieceType]