X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;h=4896fe6e3bfadcb15701b4d20b26cbfeae8bd83d;hp=e12b0007f302f37f07cb40ea8c5f6fce07a3f615;hb=45b0aea875860e9f0fe2d0435ee6163906639194;hpb=002062ae934c1fae3e56157e8e7e6451b552ada5 diff --git a/src/timeman.h b/src/timeman.h index e12b0007..4896fe6e 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -26,7 +26,7 @@ class TimeManager { public: void init(const Search::LimitsType& limits, int currentPly, Color us); - void pv_instability(int curChanges, int prevChanges); + void pv_instability(float bestMoveChanges); int available_time() const { return optimumSearchTime + unstablePVExtraTime; } int maximum_time() const { return maximumSearchTime; }