describe dummy i and j for move

This commit is contained in:
Simon Gardling 2025-02-25 10:13:52 -05:00
parent 9f9472939e
commit 65ac509fa4
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -266,8 +266,8 @@ impl FutureMoves {
pub fn set_root_from_board(&mut self, board: Board) { pub fn set_root_from_board(&mut self, board: Board) {
self.arena.clear(); self.arena.clear();
self.arena.push(Move::new( self.arena.push(Move::new(
0, 0, // dummy
0, 0, // dummy
board, board,
!self.agent_color, !self.agent_color,
false, false,