mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'master' of http://git.magicalgirl.moe/KartKrew/Kart.git into titlescreen
This commit is contained in:
commit
615fe6bd3a
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ static void D_Display(void)
|
||||||
else
|
else
|
||||||
py = viewwindowy + 4;
|
py = viewwindowy + 4;
|
||||||
patch = W_CachePatchName("M_PAUSE", PU_CACHE);
|
patch = W_CachePatchName("M_PAUSE", PU_CACHE);
|
||||||
V_DrawScaledPatch(viewwindowx + (viewwidth - SHORT(patch->width))/2, py, 0, patch);
|
V_DrawScaledPatch(viewwindowx + (BASEVIDWIDTH - SHORT(patch->width))/2, py, 0, patch);
|
||||||
}
|
}
|
||||||
|
|
||||||
// vid size change is now finished if it was on...
|
// vid size change is now finished if it was on...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue