mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Adjust for start time when writing TA splits
This commit is contained in:
parent
024ae0f8ab
commit
5703fb2a0b
1 changed files with 1 additions and 1 deletions
|
|
@ -4424,7 +4424,7 @@ void K_CheckpointCrossAward(player_t *player)
|
||||||
|
|
||||||
if (!demo.playback && G_TimeAttackStart())
|
if (!demo.playback && G_TimeAttackStart())
|
||||||
{
|
{
|
||||||
G_SetDemoCheckpointTiming(player, leveltime, player->gradingpointnum);
|
G_SetDemoCheckpointTiming(player, leveltime - starttime, player->gradingpointnum);
|
||||||
}
|
}
|
||||||
|
|
||||||
player->gradingfactor += K_GetGradingFactorAdjustment(player);
|
player->gradingfactor += K_GetGradingFactorAdjustment(player);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue