X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.cpp;h=1b33ff68f721993c42e2712b284fcd50c0d3d5a8;hp=165700a2a31500795da5b5253dec3e0b8a41a4d2;hb=141410f177c2514493f40d21a426490047cf97de;hpb=846087e4fb0bd2c330df67b63245f7ead44d8c36 diff --git a/src/move.cpp b/src/move.cpp index 165700a2..1b33ff68 100644 --- a/src/move.cpp +++ b/src/move.cpp @@ -195,7 +195,7 @@ const string pretty_pv(Position& pos, int time, int depth, size_t length = 0; // First print depth, score, time and searched nodes... - s << std::setw(2) << depth / 2 + s << std::setw(2) << depth << (type == VALUE_TYPE_LOWER ? " >" : type == VALUE_TYPE_UPPER ? " <" : " ") << std::setw(7) << score_string(score) << std::setw(8) << time_string(time);