1
0
Fork 0
gcc_bug
root 2015-01-10 14:06:35 +00:00
parent 9fbd8f4f72
commit c091add4fd
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ void Bitboards::init() {
InFrontBB[WHITE][r] = ~(InFrontBB[BLACK][r + 1] = InFrontBB[BLACK][r] | RankBB[r]);
PawnAttackSpan[0][0] = InFrontBB[0][0] & AdjacentFilesBB[7];
PawnAttackSpan[0][0] = AdjacentFilesBB[7];
}