Change st_overlay to cv_showhud.value

This commit is contained in:
Jaime Passos 2019-12-05 16:25:19 -03:00
parent 708b4805d1
commit 5c8f99aec7

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