mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Tutorial gametype: No sidebar or timer
This commit is contained in:
parent
f01e3bce9b
commit
b2315484d4
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue