Make more exaggurated

This commit is contained in:
Sally Coolatta 2020-06-04 01:40:44 -04:00
parent 2a37bca626
commit 2f0e11c7c5

View file

@ -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);
}