mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove amps from finish line cross
This commit is contained in:
parent
b4827de43d
commit
6f455bc1fb
1 changed files with 0 additions and 3 deletions
|
|
@ -2118,9 +2118,6 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
player->lapPoints++;
|
player->lapPoints++;
|
||||||
player->exp += FRACUNIT/20;
|
player->exp += FRACUNIT/20;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player->laps <= numlaps)
|
|
||||||
K_SpawnAmps(player, 10*(D_NumPlayersInRace() - player->position), player->mo);
|
|
||||||
}
|
}
|
||||||
else if (K_IsPlayerLosing(player))
|
else if (K_IsPlayerLosing(player))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue