We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285b08f commit 6a4c6d7Copy full SHA for 6a4c6d7
projects/lib/src/tournament.cpp
@@ -592,7 +592,7 @@ void Tournament::startGame(TournamentPair* pair)
592
game->pgn()->setSite(m_site);
593
594
const int gpr = gamesPerRound();
595
- const int gameNo = gpr ? m_nextGameNumber % gpr + 1 : 0;
+ const int gameNo = gpr ? m_nextGameNumber % gpr + 1 : m_nextGameNumber + 1;
596
game->pgn()->setRound(m_round, gameNo);
597
598
game->setStartDelay(m_startDelay);
0 commit comments