mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Compilation fix (unused variable)
This commit is contained in:
parent
04b202119d
commit
952fb622b7
1 changed files with 0 additions and 2 deletions
|
|
@ -3152,8 +3152,6 @@ fixed_t K_PlayerTripwireSpeedThreshold(const player_t *player)
|
|||
if (modeattacking && !(gametyperules & GTR_CATCHER))
|
||||
required_speed = 4 * K_GetKartSpeed(player, false, false);
|
||||
|
||||
UINT32 distance = K_GetItemRouletteDistance(player, 8);
|
||||
|
||||
if ((gametyperules & GTR_CIRCUIT) && !K_Cooperative() && M_NotFreePlay() && !modeattacking)
|
||||
{
|
||||
required_speed += FixedMul(required_speed, K_PlayerScamPercentage(player, 2)); // Proration: Players near 1st need more speed!
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue