mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Missed one!
This commit is contained in:
parent
d5ab3e75a5
commit
710550bb9d
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ void V_DrawFixedPatch(fixed_t x, fixed_t y, fixed_t pscale, INT32 scrn, patch_t
|
||||||
{
|
{
|
||||||
// same thing here
|
// same thing here
|
||||||
if ((scrn & (V_SPLITSCREEN|V_SNAPTOBOTTOM)) == (V_SPLITSCREEN|V_SNAPTOBOTTOM))
|
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)
|
else if (scrn & V_SNAPTOBOTTOM)
|
||||||
y += (vid.height - (BASEVIDHEIGHT * dupy));
|
y += (vid.height - (BASEVIDHEIGHT * dupy));
|
||||||
else if (!(scrn & V_SNAPTOTOP))
|
else if (!(scrn & V_SNAPTOTOP))
|
||||||
|
|
Loading…
Reference in a new issue