From: lordhavoc Date: Sun, 27 Jan 2002 07:58:52 +0000 (+0000) Subject: halved corona size X-Git-Tag: RELEASE_0_2_0_RC1~684 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=05f506e3a6d402d58b119610b12f2a90f0c6c1f1;p=xonotic%2Fdarkplaces.git halved corona size git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1423 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_light.c b/r_light.c index dbadd56b..9ec152af 100644 --- a/r_light.c +++ b/r_light.c @@ -194,7 +194,7 @@ void R_DrawCoronas(void) } // make it larger in the distance to keep a consistent size //scale = 0.4f * dist; - scale = 256.0f; + scale = 128.0f; tvxyz[0][0] = rd->origin[0] - vright[0] * scale - vup[0] * scale; tvxyz[0][1] = rd->origin[1] - vright[1] * scale - vup[1] * scale; tvxyz[0][2] = rd->origin[2] - vright[2] * scale - vup[2] * scale;