X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.cpp;h=e29d4e467fec7a9f3f4f8e34983b9d210e323959;hp=f07f27e71b1e4a2e393294ef4532676867a3c5dc;hb=9a542d96981e6cb45b6b01f17258a078cf27da36;hpb=1d368bbbdc50bbb4e10933c4986abc07a08010fd diff --git a/src/timeman.cpp b/src/timeman.cpp index f07f27e7..e29d4e46 100644 --- a/src/timeman.cpp +++ b/src/timeman.cpp @@ -72,7 +72,7 @@ namespace { enum TimeType { OptimumTime, MaxTime }; template - int remaining(int myTime, int movesToGo, int currentPly); + int remaining(int myTime, int movesToGo, int fullMoveNumber); }