From: havoc Date: Wed, 22 Jan 2003 00:49:13 +0000 (+0000) Subject: reduced intensity and radius of teleport flash X-Git-Tag: RELEASE_0_2_0_RC1~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1f388bf636d1632373f47c04f08ddaf085c8b385;p=xonotic%2Fdarkplaces.git reduced intensity and radius of teleport flash git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2698 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_parse.c b/cl_parse.c index d8cd4452..7aee6a55 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -1288,7 +1288,7 @@ void CL_ParseTempEntity (void) pos[0] = MSG_ReadCoord (); pos[1] = MSG_ReadCoord (); pos[2] = MSG_ReadCoord (); - CL_AllocDlight (NULL, pos, 1000, 1.25f, 1.25f, 1.25f, 3000, 99.0f); + CL_AllocDlight (NULL, pos, 500, 1.0f, 1.0f, 1.0f, 1500, 99.0f); // CL_TeleportSplash (pos); break;