mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change st_overlay to cv_showhud.value
This commit is contained in:
parent
708b4805d1
commit
5c8f99aec7
1 changed files with 1 additions and 1 deletions
|
|
@ -1847,7 +1847,7 @@ void G_PreLevelTitleCard(void)
|
||||||
if (takescreenshot) // Only take screenshots after drawing.
|
if (takescreenshot) // Only take screenshots after drawing.
|
||||||
M_DoScreenShot();
|
M_DoScreenShot();
|
||||||
}
|
}
|
||||||
if (!st_overlay)
|
if (!cv_showhud.value)
|
||||||
wipestyleflags = WSF_CROSSFADE;
|
wipestyleflags = WSF_CROSSFADE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue