]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
reduced intensity and radius of teleport flash
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 22 Jan 2003 00:49:13 +0000 (00:49 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 22 Jan 2003 00:49:13 +0000 (00:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2698 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index d8cd4452c123bbf5afecc9f7a1c16608d775d388..7aee6a555440ffb0377ded50e1e17e4681beb63a 100644 (file)
@@ -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;