Merge branch 'no-startline-in-special' into 'master'

No start awards in Special

See merge request kart-krew-dev/ring-racers-internal!2941
This commit is contained in:
Ashnal 2025-10-16 02:56:44 +00:00
commit e6da621dec

View file

@ -2067,7 +2067,7 @@ static void K_HandleLapIncrement(player_t *player)
K_UpdateAllPlayerPositions(); // P_DoPlayerExit calls this
}
if (!G_TimeAttackStart() && player->laps == 1 && lapisfresh)
if (!G_TimeAttackStart() && !(gametyperules & GTR_ROLLINGSTART) && player->laps == 1 && lapisfresh)
{
if (rainbowstartavailable)
{