mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +00:00
HWR_DrawPatchInCache(): remove unused ncols
This commit is contained in:
parent
3bee12cb10
commit
4c71e5f80a
1 changed files with 0 additions and 3 deletions
|
@ -276,7 +276,6 @@ static void HWR_DrawPatchInCache(GLMipmap_t *mipmap,
|
|||
INT32 pwidth, INT32 pheight,
|
||||
const patch_t *realpatch)
|
||||
{
|
||||
INT32 ncols;
|
||||
fixed_t xfrac, xfracstep;
|
||||
fixed_t yfracstep, scale_y;
|
||||
UINT8 *block = mipmap->data;
|
||||
|
@ -289,8 +288,6 @@ static void HWR_DrawPatchInCache(GLMipmap_t *mipmap,
|
|||
|
||||
palette = HWR_GetTexturePalette();
|
||||
|
||||
ncols = pwidth;
|
||||
|
||||
// source advance
|
||||
xfrac = 0;
|
||||
xfracstep = FRACUNIT;
|
||||
|
|
Loading…
Reference in a new issue