summaryrefslogtreecommitdiff
path: root/src/renderer/tr_scene.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/tr_scene.c')
-rw-r--r--src/renderer/tr_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/renderer/tr_scene.c b/src/renderer/tr_scene.c
index 5a5b2dd5..72e078d5 100644
--- a/src/renderer/tr_scene.c
+++ b/src/renderer/tr_scene.c
@@ -101,7 +101,7 @@ void R_AddPolygonSurfaces( void ) {
shader_t *sh;
srfPoly_t *poly;
- tr.currentEntityNum = ENTITYNUM_WORLD;
+ tr.currentEntityNum = REFENTITYNUM_WORLD;
tr.shiftedEntityNum = tr.currentEntityNum << QSORT_ENTITYNUM_SHIFT;
for ( i = 0, poly = tr.refdef.polys; i < tr.refdef.numPolys ; i++, poly++ ) {