projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
da948cc
)
Fix bogus comment in extract_pv()
author
Marco Costalba
<mcostalba@gmail.com>
Tue, 6 Oct 2009 10:15:05 +0000 (11:15 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Tue, 6 Oct 2009 10:15:05 +0000 (11:15 +0100)
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/tt.cpp
patch
|
blob
|
history
diff --git
a/src/tt.cpp
b/src/tt.cpp
index
5e1dfe1
..
a16d5ca
100644
(file)
--- a/
src/tt.cpp
+++ b/
src/tt.cpp
@@
-231,7
+231,7
@@
void TranspositionTable::extract_pv(const Position& pos, Move pv[], int pvSize)
while (pv[ply] != MOVE_NONE)
p.do_move(pv[ply++], st);
- // Try to add moves from TT until possible
+ // Try to add moves from TT while possible
while ( (tte = retrieve(p.get_key())) != NULL
&& tte->move() != MOVE_NONE
&& move_is_legal(p, tte->move())