From: havoc Date: Mon, 9 Aug 2004 12:59:31 +0000 (+0000) Subject: rocket glow is now more orange, less pale X-Git-Tag: xonotic-v0.1.0preview~5752 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=36063931ac35b2f910c5d37f746141fcc80c6bab;p=xonotic%2Fdarkplaces.git rocket glow is now more orange, less pale git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4324 d7cf8633-e32d-0410-b094-e92efae38249 --- 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;