diff --git a/src/p_spec.c b/src/p_spec.c index 224b065c3..3e7e8219d 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -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) {