Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed May 3, 2020
1 parent 2f50904 commit 5bd5989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 50_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function NewNode(parent, move, board) { // move must be legal; board is only re

node.__nice_move = null;
node.table = null;
node.eval = null;
node.eval = null; // Only used by the grapher.
node.eval_nodes = 0; // Useful; some info objects get .total_nodes set to -1, and update_eval_from_info() ignores them.
node.destroyed = false;

Expand Down

0 comments on commit 5bd5989

Please sign in to comment.