diff --git a/src/k_hud.cpp b/src/k_hud.cpp index 6dcff1430..c214680ca 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -6829,7 +6829,8 @@ void K_drawKartHUD(void) { if (gametyperules & GTR_CIRCUIT) { - gametypeinfoshown = K_drawKartLaps(); + K_drawKartLaps(); + gametypeinfoshown = true; } else if (gametyperules & GTR_BUMPERS) {