X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=cddf34bd66628a844f0b1ba2765faf2148be6a5e;hb=d96ffe6df6b1327912445cd71b47d1633316d372;hp=943634721f4c71ed8096de7457bf83cefc33d134;hpb=941d11f411a4d4c0f6edcc1a25010b8a60dad052;p=xboard.git diff --git a/backend.h b/backend.h index 9436347..cddf34b 100644 --- a/backend.h +++ b/backend.h @@ -325,7 +325,7 @@ typedef struct _CPS { int hasOwnBookUCI; /* [AS] 0=use GUI or Polyglot book, 1=has own book */ /* [HGM] time odds */ - int timeOdds; /* factor through which we divide time for this engine */ + float timeOdds; /* factor through which we divide time for this engine */ int debug; /* [HGM] ignore engine debug lines starting with '#' */ int maxNrOfSessions; /* [HGM] secondary TC: max args in 'level' command */ int accumulateTC; /* [HGM] secondary TC: how to handle extra sessions */