X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;h=92ab0e7b1a9a21b506a86e4b4f0b59020f345483;hp=4896fe6e3bfadcb15701b4d20b26cbfeae8bd83d;hb=13d1f0ae4301b86c610a58332c3c19d9101704da;hpb=e6482b7d97a6620cebdd569cce575d42ed80c871 diff --git a/src/timeman.h b/src/timeman.h index 4896fe6e..92ab0e7b 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(float bestMoveChanges); + void pv_instability(double bestMoveChanges); int available_time() const { return optimumSearchTime + unstablePVExtraTime; } int maximum_time() const { return maximumSearchTime; }