kill a warning with MINIMAL
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3575 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6a50f2242f
commit
2d5cd2ca11
1 changed files with 4 additions and 1 deletions
|
@ -2407,7 +2407,10 @@ void BE_PolyOffset(qboolean pushdepth)
|
|||
static void DrawMeshes(void)
|
||||
{
|
||||
const shaderpass_t *p;
|
||||
int passno,perm;
|
||||
int passno;
|
||||
#ifdef RTLIGHTS
|
||||
int perm;
|
||||
#endif
|
||||
passno = 0;
|
||||
|
||||
GL_SelectEBO(shaderstate.sourcevbo->vboe);
|
||||
|
|
Loading…
Reference in a new issue