Skip to content

Commit

Permalink
Merge pull request #863 from WALLOFJUSTICE/dev-23-q3-2
Browse files Browse the repository at this point in the history
* add stat game end on restart
  • Loading branch information
WALLOFJUSTICE authored Oct 31, 2024
2 parents 630fb39 + d86782d commit 0251595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8493,6 +8493,7 @@ void doNewGame(bool makeHighscore) {
{
playfabUser.postScore(clientnum);
}
playfabUser.gameEnd();
#endif
}
saveAllScores(SCORESFILE);
Expand Down

0 comments on commit 0251595

Please sign in to comment.