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:
Spoike 2010-08-11 09:30:16 +00:00
parent 6a50f2242f
commit 2d5cd2ca11
1 changed files with 4 additions and 1 deletions

View File

@ -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);