Skip to content

Commit

Permalink
stockfish.pexe: Zero TBRank of root moves
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 22, 2018
1 parent 417e593 commit 67bb95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct RootMove {
Value score = -VALUE_INFINITE;
Value previousScore = -VALUE_INFINITE;
int selDepth = 0;
int TBRank;
int TBRank = 0;
Value TBScore;
std::vector<Move> pv;
};
Expand Down

0 comments on commit 67bb95a

Please sign in to comment.