mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Totalmarescore typo
This commit is contained in:
parent
d24de8bc2f
commit
921b50550a
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ void P_NightserizePlayer(player_t *player, INT32 nighttime)
|
|||
G_AddTempNightsRecords(player->marescore, leveltime - player->marebegunat, (UINT8)(oldmare + 1));
|
||||
|
||||
// Starting a new mare, transfer scores
|
||||
player->totalmarescore += players[i].marescore;
|
||||
player->totalmarescore += player->marescore;
|
||||
player->lastmarescore = player->marescore;
|
||||
player->marescore = 0;
|
||||
player->marebegunat = leveltime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue