X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=blobdiff_plain;f=backend.c;h=93f79d37335d0f2314a0c286cd789f3ad34d66a5;hp=c73d6e7eff9b70bb985ad9d2080ff6ce12afa659;hb=3845dc6e578a5e2ca1df4ed90a5db36f7529ac30;hpb=407cd1126c6c24d890359f1fe1686f6d90c0ad61;ds=sidebyside diff --git a/backend.c b/backend.c index c73d6e7e..93f79d37 100644 --- a/backend.c +++ b/backend.c @@ -12691,6 +12691,12 @@ DisplayTwoMachinesTitle() { char buf[MSG_SIZ]; if (appData.matchGames > 0) { + if(appData.tourneyFile[0]) { + snprintf(buf, MSG_SIZ, "%s vs. %s (%d/%d%s)", + gameInfo.white, gameInfo.black, + nextGame+1, appData.matchGames+1, + appData.tourneyType>0 ? "gt" : appData.tourneyType<0 ? "sw" : "rr"); + } else if (first.twoMachinesColor[0] == 'w') { snprintf(buf, MSG_SIZ, "%s vs. %s (%d-%d-%d)", gameInfo.white, gameInfo.black,