mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 20:21:38 +00:00
Sorry about that, unused vars commented out
This commit is contained in:
parent
5b094c2aa1
commit
beb6472cd5
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ just do everything as it passes with no need to sort
|
|||
void R_DrawSequentialPoly (msurface_t *s)
|
||||
{
|
||||
glpoly_t *p;
|
||||
float *v;
|
||||
int i;
|
||||
// float *v;
|
||||
// int i;
|
||||
texture_t *t;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue