]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
Various graphical tweaks (mainly particle related), some code removed.
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index 7f35721656ef0cc47f9ec1572de652d9527e86e1..7d907cd20c732d66d059634c5d13e7a3a46d7c8e 100644 (file)
--- a/view.c
+++ b/view.c
@@ -792,7 +792,7 @@ void V_CalcRefdef (void)
 
        view->model = cl.model_precache[cl.stats[STAT_WEAPON]];
        view->frame = cl.stats[STAT_WEAPONFRAME];
-       view->colormap = vid.colormap;
+       view->colormap = 0; //vid.colormap;
 
 // set up the refresh position
        VectorAdd (r_refdef.viewangles, cl.punchangle, r_refdef.viewangles);
@@ -830,8 +830,6 @@ The player's clipping box goes from (-16 -16 -24) to (16 16 32) from
 the entity origin, so any view position inside that will be valid
 ==================
 */
-extern vrect_t scr_vrect;
-
 void V_RenderView (void)
 {
        if (con_forcedup)