mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 22:10:59 +00:00
Fix two unused var warnings introduced by #788.
This commit is contained in:
parent
b68910905b
commit
b92165a0e1
2 changed files with 0 additions and 3 deletions
|
@ -219,7 +219,6 @@ R_RecursiveLightPoint(mnode_t *node, vec3_t start, vec3_t end)
|
|||
byte *lightmap;
|
||||
int maps;
|
||||
int r;
|
||||
vec3_t scale;
|
||||
|
||||
if (node->contents != -1)
|
||||
{
|
||||
|
|
|
@ -189,8 +189,6 @@ RecursiveLightPoint(mnode_t *node, vec3_t start, vec3_t end)
|
|||
|
||||
for (i = 0; i < node->numsurfaces; i++, surf++)
|
||||
{
|
||||
vec3_t scale;
|
||||
|
||||
if (surf->flags & (SURF_DRAWTURB | SURF_DRAWSKY))
|
||||
{
|
||||
continue; /* no lightmaps */
|
||||
|
|
Loading…
Reference in a new issue