small fix for minimal builds, in case anyone tries building one.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5193 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2018-01-03 18:49:11 +00:00
parent a6ac015c5b
commit 56a48000e8
1 changed files with 2 additions and 0 deletions

View File

@ -592,6 +592,7 @@ void R_GenDlightMesh(struct batch_s *batch)
}
void R_GenDlightBatches(batch_t *batches[])
{
#ifdef RTLIGHTS
int i, j, sort;
dlight_t *l;
batch_t *b;
@ -678,6 +679,7 @@ void R_GenDlightBatches(batch_t *batches[])
b->next = batches[sort];
batches[sort] = b;
}
#endif
}
/*