From 65add2dc602b837521cc559b5e52494c31c06433 Mon Sep 17 00:00:00 2001 From: Monster Iestyn Date: Wed, 13 Feb 2019 16:52:51 +0000 Subject: [PATCH] whoops, removed some variables I shouldn't have, so I've added them back --- src/hardware/hw_cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hardware/hw_cache.c b/src/hardware/hw_cache.c index f42441133..5dc250879 100644 --- a/src/hardware/hw_cache.c +++ b/src/hardware/hw_cache.c @@ -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;