mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make more exaggurated
This commit is contained in:
parent
2a37bca626
commit
2f0e11c7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ void K_DoIngameRespawn(player_t *player)
|
|||
// Set up respawn position if invalid
|
||||
if (player->respawn.wp != NULL)
|
||||
{
|
||||
const UINT32 dist = RESPAWN_DIST + (player->airtime * 32);
|
||||
const UINT32 dist = RESPAWN_DIST + (player->airtime * 48);
|
||||
player->respawn.distanceleft = (dist * mapobjectscale) / FRACUNIT;
|
||||
K_RespawnAtWaypoint(player, player->respawn.wp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue