mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
parent
9ccd3d5dba
commit
7e545e14bd
@ -636,7 +636,7 @@ void V_DrawPatchTranslated(int x, int y, int scrn, patch_t *patch,
|
|||||||
|
|
||||||
void V_DrawPatchFullScreen(int scrn, patch_t *patch)
|
void V_DrawPatchFullScreen(int scrn, patch_t *patch)
|
||||||
{
|
{
|
||||||
int x = (SCREENWIDTH - patch->width) / 2 - WIDESCREENDELTA;
|
int x = (SCREENWIDTH - SHORT(patch->width)) / 2 - WIDESCREENDELTA;
|
||||||
|
|
||||||
patch->leftoffset = 0;
|
patch->leftoffset = 0;
|
||||||
patch->topoffset = 0;
|
patch->topoffset = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user