mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-23 06:56:17 +00:00
Totalmarescore typo
This commit is contained in:
parent
c51e84fdfe
commit
417d7d105e
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,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