mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-09 18:31:53 +00:00
Only modify tripwire speeds in race contexts
This commit is contained in:
parent
95cd51cada
commit
dd83b9f061
1 changed files with 1 additions and 1 deletions
|
|
@ -3000,7 +3000,7 @@ fixed_t K_PlayerTripwireSpeedThreshold(const player_t *player)
|
||||||
|
|
||||||
UINT32 distance = K_GetItemRouletteDistance(player, 8);
|
UINT32 distance = K_GetItemRouletteDistance(player, 8);
|
||||||
|
|
||||||
if (gametype == GT_RACE)
|
if (gametype == GT_RACE && M_NotFreePlay() && !modeattacking)
|
||||||
{
|
{
|
||||||
if (distance < SCAMDIST) // Players near 1st need more speed!
|
if (distance < SCAMDIST) // Players near 1st need more speed!
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue