From 14c82a9f5a9eaee0295030905ed19b2e5bca9af9 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Mon, 13 Oct 2025 01:36:42 -0400 Subject: [PATCH] No start awards in Special --- src/p_spec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {