Fix RenewTimeControl
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Mar 2014 12:29:14 +0000 (13:29 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 7 Mar 2014 12:29:14 +0000 (13:29 +0100)
gnushogi/commondsp.c

index 6272918..2d4fed5 100644 (file)
@@ -1680,7 +1680,7 @@ PonderOnHintMove(void)
                 ElapsedTime(COMPUTE_AND_INIT_MODE);
                 GameList[GameCnt-1].time = (short) (et + 50)/100; /* FIXME: this is wrong */
 
-                RenewTimeControl(computer); /* add time for next session */
+                RenewTimeControl(computer, 0); /* add time for next session */
             }
             Sdepth = 0;
         }