]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_explosion.c
Added the togglemenu command for both menus and the chr builtin command (menu qc)
[xonotic/darkplaces.git] / r_explosion.c
index de58633184e85fe0394fb9dcb21e6e2bd0496d7d..45b7f5ce12b336a5489651bbb27eb809ab8ae4ae 100644 (file)
@@ -187,7 +187,7 @@ void R_DrawExplosionCallback(const void *calldata1, int calldata2)
 
        numtriangles = EXPLOSIONTRIS;
        numverts = EXPLOSIONVERTS;
-       alpha = e->alpha * r_colorscale;
+       alpha = e->alpha;
        GL_Color(alpha, alpha, alpha, 1);
        GL_VertexPointer(e->vert[0]);