]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
reduced intensity and radius of teleport flash
[xonotic/darkplaces.git] / 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;