Fix captions being over-affected by GUI scale

Captions' pop-in animation now starts 8 GUI pixels above the resting position, instead of (2 x GUI scale) GUI above it
This commit is contained in:
Zwip-Zwap Zapony 2023-02-02 15:49:54 +01:00
parent 36e20ac619
commit c2aa6d4c74

View file

@ -589,7 +589,7 @@ void SCR_ClosedCaptions(void)
if (closedcaptions[i].b)
{
y -= closedcaptions[i].b * vid.dup;
y -= closedcaptions[i].b * 4;
if (renderisnewtic)
{
closedcaptions[i].b--;