mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Tighten "close finish" ending camera
This commit is contained in:
parent
bb51c2df4d
commit
bdd32cd08f
1 changed files with 1 additions and 1 deletions
|
|
@ -4201,7 +4201,7 @@ void K_CheckpointCrossAward(player_t *player)
|
|||
opp->position = 2;
|
||||
player->position = 1;
|
||||
|
||||
if (opp->distancetofinish - player->distancetofinish < 128)
|
||||
if (opp->distancetofinish - player->distancetofinish < 200)
|
||||
{
|
||||
K_StartRoundWinCamera(
|
||||
player->mo,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue