Revert "Improve multiPV mode"

This reverts commit a8de07cc26.
This commit is contained in:
joergoster
2019-07-04 11:02:32 +02:00
committed by Stéphane Nicolet
parent 8152a74ab4
commit fcee0ce6a3
2 changed files with 2 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ public:
Pawns::Table pawnsTable;
Material::Table materialTable;
size_t pvIdx, multiPV, pvLast, shuffleExts;
size_t pvIdx, pvLast, shuffleExts;
int selDepth, nmpMinPly;
Color nmpColor;
std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;