X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=855f6d89fb126a2613b775d1f283a51e4ea214db;hb=95f71ac376826e2a8a3ee36f37c2daa087da4bbe;hp=460a4afdf7e1d100b8879f6df7d4e9ea9a294762;hpb=b62693239eb893af0c242295d37f28ba84cd7c10;p=xboard.git diff --git a/backend.c b/backend.c index 460a4af..855f6d8 100644 --- a/backend.c +++ b/backend.c @@ -13728,7 +13728,7 @@ SendTimeControl(cps, mps, tc, inc, sd, st) SendToProgram(buf, cps); } - if(cps->nps > 0) { /* [HGM] nps */ + if(cps->nps >= 0) { /* [HGM] nps */ if(cps->supportsNPS == FALSE) cps->nps = -1; // don't use if engine explicitly says not supported! else {