Complete the renaming in Search::LimitsType

This completes the job started with revision
4124c94583.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-03-31 09:16:09 +01:00
parent cc6c745b54
commit d84865eac3
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -290,8 +290,8 @@ void Search::think() {
log << "\nSearching: " << pos.to_fen()
<< "\ninfinite: " << Limits.infinite
<< " ponder: " << Limits.ponder
<< " time: " << Limits.times[pos.side_to_move()]
<< " increment: " << Limits.incs[pos.side_to_move()]
<< " time: " << Limits.time[pos.side_to_move()]
<< " increment: " << Limits.inc[pos.side_to_move()]
<< " moves to go: " << Limits.movestogo
<< endl;
}