From b2315484d483221886a225004b8f3c7da6fe6794 Mon Sep 17 00:00:00 2001 From: toaster Date: Thu, 30 Nov 2023 23:35:16 +0000 Subject: [PATCH] Tutorial gametype: No sidebar or timer --- src/k_hud.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/k_hud.c b/src/k_hud.c index b450c3e81..6575bd6c8 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -5462,6 +5462,10 @@ void K_drawKartHUD(void) if (demo.title) ; + else if (gametype == GT_TUTORIAL) + { + islonesome = true; + } else if (!r_splitscreen) { // Draw the timestamp