mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 01:31:30 +00:00
Set player->finishedrings upon new mare
(Forgot this line from the player->spheres merge, so let's straggle here)
This commit is contained in:
parent
1b922b8ba5
commit
d58445fdf3
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue