Skip to content

Commit

Permalink
AHHHHHHHH
Browse files Browse the repository at this point in the history
  • Loading branch information
raklaptudirm committed Sep 14, 2024
1 parent e4f077d commit 7d447c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/src/chess/bitboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bitboard_type! {

// BitBoards representing the null and the universe sets.
Empty = Self(0);
Universe = Self(0xfffffffffffffff);
Universe = Self(0xffffffffffffffff);

// BitBoards containing the squares of the first file and the first rank.
FirstFile = Self(0x0101010101010101);
Expand Down

0 comments on commit 7d447c5

Please sign in to comment.