]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
unified model skinframe loaders used for mdl, md2, md3, and bsp textures (both extern...
[xonotic/darkplaces.git] / gl_rmain.c
index bedc8b8d784f177eb7ab74ab26b442a665b37680..902a06de6e9a80eae1287c0932b62901bf0f7fa1 100644 (file)
@@ -915,7 +915,7 @@ void R_ShadowVolumeLighting (int visiblevolumes)
                        for (i = 0;i < r_refdef.numentities;i++)
                        {
                                ent = r_refdef.entities[i];
-                               if (ent->model && !strcmp(ent->model->name, "progs/missile.mdl"))
+                               if (ent->model)
                                        R_TestAndDrawShadowVolume(ent, wl->origin, cullradius, lightradius, wl->mins, wl->maxs, clipmins, clipmaxs);
                        }
                }