Change st_overlay to cv_showhud.value

This commit is contained in:
Jaime Passos 2019-12-05 16:25:19 -03:00
parent 13c6b38b13
commit ed34cb8d79

View file

@ -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;
}