X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=42eccc03ebe3aef84bfd701724b99e9db8db7c80;hb=30ded7c1180da9dc3dc703d92f4c0617ea092647;hp=319557e03fef31333404be625c022b643cf1e8fe;hpb=a009a27e8c1e0bfa818f12fdcae675d0babc510a;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index 319557e..42eccc0 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -113,7 +113,7 @@ MakeEngineOutputTitle () if( count == backwardMostMove ) count -= initialRulePlies; count = currentMove - count; if(!rule) rule = 100; - if(count >= rule - 40 && (!appData.icsActive || gameMode == IcsObserving)) { + if(count >= rule - 40 && (!appData.icsActive || gameMode == IcsObserving || appData.zippyPlay)) { snprintf(buf, MSG_SIZ, ngettext("%s (%d reversible ply)", "%s (%d reversible plies)", count), title, count); safeStrCpy(title, buf, MSG_SIZ); }