X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=backend.c;h=d9674850a9838df008f658dd44ae30deb93c21c8;hp=325888f28710efa70eea617c29f9be7ce8efe69d;hb=decfbd9ac05e334925c9c8ecc6b739ffc9b2b8f6;hpb=36d1207becf35a3918d561fb3b4d8b8b0b2d28ea diff --git a/backend.c b/backend.c index 325888f..d967485 100644 --- a/backend.c +++ b/backend.c @@ -1586,7 +1586,7 @@ MatchEvent (int mode) } matchMode = mode; matchGame = roundNr = 1; - first.matchWins = second.matchWins = 0; // [HGM] match: needed in later matches + first.matchWins = second.matchWins = totalTime = 0; // [HGM] match: needed in later matches NextMatchGame(); }