r3692 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 7 07:53:24 EDT 2008


Author: div0
Date: 2008-06-07 07:53:24 -0400 (Sat, 07 Jun 2008)
New Revision: 3692

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
r_fog_exp2 0\nr_drawfog 1\n are good to force too when fog is forced :P


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-06-07 09:05:27 UTC (rev 3691)
+++ trunk/data/qcsrc/server/g_world.qc	2008-06-07 11:53:24 UTC (rev 3692)
@@ -1145,7 +1145,7 @@
 	if(world.fog)
 	if(time > self.fogtime)
 	{
-		stuffcmd(self, strcat("\nfog ", world.fog, "\n"));
+		stuffcmd(self, strcat("\nfog ", world.fog, "\nr_fog_exp2 0\nr_drawfog 1\n"));
 		self.fogtime = time + sv_foginterval;
 	}
 




More information about the nexuiz-commits mailing list