mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
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:
parent
0647583071
commit
21f864f491
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue