No start awards in Special

This commit is contained in:
Antonio Martinez 2025-10-13 01:36:42 -04:00
parent 2270813eee
commit 14c82a9f5a

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)
{