Merge branch 'yo_screen_so_wide_y_is_invalid' into 'master'

Yo Screen So Wide y Is Invalid

See merge request STJr/SRB2!271
This commit is contained in:
Monster Iestyn 2018-08-26 16:07:06 -04:00
commit c67767c580
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ void V_DrawFixedPatch(fixed_t x, fixed_t y, fixed_t pscale, INT32 scrn, patch_t
{
// same thing here
if ((scrn & (V_SPLITSCREEN|V_SNAPTOBOTTOM)) == (V_SPLITSCREEN|V_SNAPTOBOTTOM))
y += (vid.height/2 - (BASEVIDHEIGHT/2 * dupy)) * vid.width;
y += (vid.height/2 - (BASEVIDHEIGHT/2 * dupy));
else if (scrn & V_SNAPTOBOTTOM)
y += (vid.height - (BASEVIDHEIGHT * dupy));
else if (!(scrn & V_SNAPTOTOP))