X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=18f5c5853da32a62b609e61ac6d7b35332fb2f7d;hb=f1fbc14f88e6dfef22020dc193f3b4805952778c;hp=e38297f6c051734add6b43ff5a21cd4d823ca1f2;hpb=8d1cc97c26458f4f5a8ffbfaaea5aaf71a5dcbca;p=xboard.git diff --git a/backend.h b/backend.h index e38297f..18f5c58 100644 --- a/backend.h +++ b/backend.h @@ -101,6 +101,7 @@ extern FILE *debugFP; extern char* programVersion; extern ProcRef firstProgramPR, secondProgramPR; extern Board boards[]; +extern char marker[BOARD_RANKS][BOARD_FILES]; char *CmailMsg P((void)); /* Tord: Added the useFEN960 parameter in PositionToFEN() below */ @@ -330,7 +331,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 */