Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skystarspython committed Jun 22, 2024
1 parent fc1322b commit 01f7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace {

Bitboard RookTable [0x108000]; // To store rook attacks
Bitboard CannonTable [0x108000]; // To store cannon attacks
Bitboard BishopTable [0x294]; // To store bishop attacks
Bitboard BishopTable [0x2B0]; // To store bishop attacks
Bitboard KnightTable [0x380]; // To store knight attacks
Bitboard KnightToTable[0x3E0]; // To store by knight attacks

Expand Down

0 comments on commit 01f7df7

Please sign in to comment.