Set player->finishedrings upon new mare

(Forgot this line from the player->spheres merge, so let's straggle here)
This commit is contained in:
mazmazz 2018-08-10 16:17:28 -04:00
parent 1b922b8ba5
commit d58445fdf3
1 changed files with 1 additions and 0 deletions

View File

@ -746,6 +746,7 @@ void P_NightserizePlayer(player_t *player, INT32 nighttime)
player->texttimer = 4*TICRATE;
player->textvar = 4; // Score and grades
player->finishedspheres = (INT16)(player->spheres);
player->finishedrings = (INT16)(player->rings);
// Add score to temp leaderboards
if (!(netgame||multiplayer) && P_IsLocalPlayer(player))