From 36063931ac35b2f910c5d37f746141fcc80c6bab Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 9 Aug 2004 12:59:31 +0000 Subject: [PATCH] rocket glow is now more orange, less pale git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4324 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_parse.c b/cl_parse.c index 1a6a69bb..18c1f7df 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1226,7 +1226,7 @@ void CL_ParseTempEntity(void) CL_ParticleExplosion(pos); // LordHavoc: boosted color from 1.0, 0.8, 0.4 to 1.25, 1.0, 0.5 Matrix4x4_CreateTranslate(&tempmatrix, pos[0], pos[1], pos[2]); - CL_AllocDlight(NULL, &tempmatrix, 350, 4.0f, 2.0f, 1.00f, 700, 0.5, 0, 0, true, 1); + CL_AllocDlight(NULL, &tempmatrix, 350, 4.0f, 2.0f, 0.50f, 700, 0.5, 0, 0, true, 1); S_StartSound(-1, 0, cl_sfx_r_exp3, pos, 1, 1); break; -- 2.39.2