]> git.sesse.net Git - stockfish/blobdiff - src/timeman.cpp
Rename execute_uci_command() to uci_loop()
[stockfish] / src / timeman.cpp
index f07f27e71b1e4a2e393294ef4532676867a3c5dc..e29d4e467fec7a9f3f4f8e34983b9d210e323959 100644 (file)
@@ -72,7 +72,7 @@ namespace {
   enum TimeType { OptimumTime, MaxTime };
 
   template<TimeType>
-  int remaining(int myTime, int movesToGo, int currentPly);
+  int remaining(int myTime, int movesToGo, int fullMoveNumber);
 }