mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Change st_overlay to cv_showhud.value
This commit is contained in:
parent
13c6b38b13
commit
ed34cb8d79
1 changed files with 1 additions and 1 deletions
|
@ -1847,7 +1847,7 @@ void G_PreLevelTitleCard(void)
|
|||
if (takescreenshot) // Only take screenshots after drawing.
|
||||
M_DoScreenShot();
|
||||
}
|
||||
if (!st_overlay)
|
||||
if (!cv_showhud.value)
|
||||
wipestyleflags = WSF_CROSSFADE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue