Skip to content

Commit

Permalink
* add stat game end on restart
Browse files Browse the repository at this point in the history
  • Loading branch information
WALL OF JUSTICE committed Oct 31, 2024
1 parent 8f704b0 commit d86782d
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 d86782d

Please sign in to comment.