mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'master' into purple-spark
# Conflicts: # src/k_kart.c # src/p_spec.c
This commit is contained in:
commit
c08c716682
1 changed files with 2 additions and 0 deletions
|
|
@ -1896,8 +1896,10 @@ static void K_HandleLapIncrement(player_t *player)
|
||||||
{
|
{
|
||||||
S_StartSound(player->mo, sfx_s23c);
|
S_StartSound(player->mo, sfx_s23c);
|
||||||
player->startboost = 125;
|
player->startboost = 125;
|
||||||
|
|
||||||
K_SpawnDriftBoostExplosion(player, 4);
|
K_SpawnDriftBoostExplosion(player, 4);
|
||||||
K_SpawnDriftElectricSparks(player);
|
K_SpawnDriftElectricSparks(player);
|
||||||
|
|
||||||
rainbowstartavailable = false;
|
rainbowstartavailable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue