Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
m-heim committed Feb 19, 2024
1 parent bb6fbc2 commit dcc09d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/position/move.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <cstdint>
#include <square.hpp>

constexpr uint64_t MOVE_LIMIT_N = 256;
constexpr uint64_t MOVE_LIMIT_N = 256; // how many moves are stored in the MoveList
constexpr uint16_t no_move = 65;

enum MoveFlags : std::uint8_t {
Expand Down

0 comments on commit dcc09d0

Please sign in to comment.