[nexuiz-commits] r7620 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 3 19:23:31 EDT 2009


Author: mand1nga
Date: 2009-09-03 19:23:30 -0400 (Thu, 03 Sep 2009)
New Revision: 7620

Modified:
   trunk/data/qcsrc/server/bots.qc
Log:
Fix warning

Modified: trunk/data/qcsrc/server/bots.qc
===================================================================
--- trunk/data/qcsrc/server/bots.qc	2009-09-03 23:21:15 UTC (rev 7619)
+++ trunk/data/qcsrc/server/bots.qc	2009-09-03 23:23:30 UTC (rev 7620)
@@ -1164,7 +1164,6 @@
 void waypoint_spawnforitem_force(entity e, vector org)
 {
 	local entity w;
-	local vector org;
 
 	// Fix the waypoint altitude if necessary
 	traceline(org, org + '0 0 -65535', TRUE, e);



More information about the nexuiz-commits mailing list