whoops, removed some variables I shouldn't have, so I've added them back

This commit is contained in:
Monster Iestyn 2019-02-13 16:52:51 +00:00
parent 30a00c812c
commit efa042a995

View file

@ -147,6 +147,7 @@ static void HWR_DrawPatchInCache(GLMipmap_t *mipmap,
INT32 x, x1, x2;
INT32 col, ncols;
fixed_t xfrac, xfracstep;
fixed_t yfracstep, scale_y;
column_t *patchcol;
UINT8 *block = mipmap->grInfo.data;