]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Enable PRVM_64 - the QuakeC VM will run as 64bit (using int64/double rather than...
[xonotic/darkplaces.git] / cl_main.c
index 8753a5ebb8f75a5f0bac8c405daaf1dc2db33165..f70aeb8a1ab2df3ec39467192c8659afe8d6b60d 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -2406,7 +2406,7 @@ void CL_MeshEntities_Init(void)
                ent->state_current.active = true;
                ent->render.model = cl_meshentitymodels + i;
                ent->render.alpha = 1;
-               ent->render.flags = RENDER_SHADOW | RENDER_LIGHT | RENDER_CUSTOMIZEDMODELLIGHT;
+               ent->render.flags = RENDER_SHADOW | RENDER_LIGHT;
                ent->render.framegroupblend[0].lerp = 1;
                ent->render.frameblend[0].lerp = 1;
                VectorSet(ent->render.colormod, 1, 1, 1);