Don't offset left side of V_DrawStringScaled

This line wasn't in the the original functions,
I don't know where I got it from. :V

(cherry picked from commit 1383f8c667f0a8c0337605a43f750d90ddcf9318)
This commit is contained in:
James R 2020-06-09 01:35:50 -07:00
parent 0647583071
commit 21f864f491

View file

@ -2297,7 +2297,6 @@ void V_DrawStringScaled(
if (!( flags & V_SNAPTOLEFT ))
{
left = ( right - BASEVIDWIDTH )/ 2;/* left edge of drawable area */
x = ( left << FRACBITS )+ x;
right -= left;
}
}