Skip to content

Commit

Permalink
resetRecentScoreData: Clear identity and autorating
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Nov 1, 2022
1 parent 45160b0 commit 890767d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/multistat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,8 @@ void resetRecentScoreData()
playerStats[i].recentKills = 0;
playerStats[i].recentScore = 0;
playerStats[i].recentPowerLost = 0;
playerStats[i].identity.clear();
playerStats[i].autorating = PLAYERSTATS::Autorating();
}
}

Expand Down

0 comments on commit 890767d

Please sign in to comment.