mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 15:12:19 +00:00
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:
parent
a6ac015c5b
commit
56a48000e8
1 changed files with 2 additions and 0 deletions
|
@ -592,6 +592,7 @@ void R_GenDlightMesh(struct batch_s *batch)
|
||||||
}
|
}
|
||||||
void R_GenDlightBatches(batch_t *batches[])
|
void R_GenDlightBatches(batch_t *batches[])
|
||||||
{
|
{
|
||||||
|
#ifdef RTLIGHTS
|
||||||
int i, j, sort;
|
int i, j, sort;
|
||||||
dlight_t *l;
|
dlight_t *l;
|
||||||
batch_t *b;
|
batch_t *b;
|
||||||
|
@ -678,6 +679,7 @@ void R_GenDlightBatches(batch_t *batches[])
|
||||||
b->next = batches[sort];
|
b->next = batches[sort];
|
||||||
batches[sort] = b;
|
batches[sort] = b;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue