summaryrefslogtreecommitdiff
path: root/src/cgame
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-06-21 15:29:59 +0000
committerTim Angus <tim@ngus.net>2001-06-21 15:29:59 +0000
commitff04da2d93c796c8df997a189290835b6f9a987d (patch)
tree219c605b9a6e06bb394cd019e2ae0eda051b28cf /src/cgame
parent4922e88c22f07d626b0d3fe3b2fc5bd014cac321 (diff)
Random bug fixes
Diffstat (limited to 'src/cgame')
-rw-r--r--src/cgame/cg_ents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_ents.c b/src/cgame/cg_ents.c
index 4a73d643..5f87e2d0 100644
--- a/src/cgame/cg_ents.c
+++ b/src/cgame/cg_ents.c
@@ -652,7 +652,7 @@ static void CG_TorchLight( centity_t *cent )
VectorSubtract( tr.endpos, from, length );
veclength = VectorLength( length );
- trap_R_AddLightToScene( tr.endpos, 200, 0.0, 0.0, 1.0 );
+ trap_R_AddLightToScene( tr.endpos, 200, 1.0, 1.0, 1.0 );
/* size = veclength / 2.0f;
if( size > 255 ) size = 255;