X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=e31032109468fcff132fc5533d8f5c59341888cf;hb=d6f2e410787f82be2e56856dbbc9b18717dee9dc;hp=e38297f6c051734add6b43ff5a21cd4d823ca1f2;hpb=8d1cc97c26458f4f5a8ffbfaaea5aaf71a5dcbca;p=xboard.git diff --git a/backend.h b/backend.h index e38297f..e310321 100644 --- a/backend.h +++ b/backend.h @@ -330,7 +330,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 */