projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1b5164
)
reduced intensity and radius of teleport flash
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 22 Jan 2003 00:49:13 +0000
(
00:49
+0000)
committer
havoc <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
patch
|
blob
|
history
diff --git
a/cl_parse.c
b/cl_parse.c
index d8cd4452c123bbf5afecc9f7a1c16608d775d388..7aee6a555440ffb0377ded50e1e17e4681beb63a 100644
(file)
--- 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, 30
00, 99.0f);
+ CL_AllocDlight (NULL, pos,
500, 1.0f, 1.0f, 1.0f, 15
00, 99.0f);
// CL_TeleportSplash (pos);
break;