r4160 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 23 10:50:10 EDT 2008


Author: div0
Date: 2008-08-23 10:50:09 -0400 (Sat, 23 Aug 2008)
New Revision: 4160

Modified:
   trunk/data/qcsrc/server/g_world.qc
Log:
remove unused var


Modified: trunk/data/qcsrc/server/g_world.qc
===================================================================
--- trunk/data/qcsrc/server/g_world.qc	2008-08-23 13:52:13 UTC (rev 4159)
+++ trunk/data/qcsrc/server/g_world.qc	2008-08-23 14:50:09 UTC (rev 4160)
@@ -166,7 +166,7 @@
 float world_already_spawned;
 void spawnfunc_worldspawn (void)
 {
-	float fd, l, complain;
+	float fd, l;
 	string s;
 
 	dprint_load(); // load dprint status from cvar




More information about the nexuiz-commits mailing list