diff --git a/src/k_hud.c b/src/k_hud.c index 2490139c2..ae6124a75 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -3944,7 +3944,7 @@ static void K_drawLapStartAnim(void) const UINT8 t = stplyr->karthud[khud_lapanimation]; const UINT8 progress = 80 - t; - const UINT8 tOld = t - 1; + const UINT8 tOld = t + 1; const UINT8 progressOld = 80 - tOld; const tic_t leveltimeOld = leveltime - 1;