[nexuiz-commits] r7909 - trunk/data/qcsrc/server/bot

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 25 14:58:20 EDT 2009


Author: div0
Date: 2009-09-25 14:58:20 -0400 (Fri, 25 Sep 2009)
New Revision: 7909

Modified:
   trunk/data/qcsrc/server/bot/waypoints.qc
Log:
fix warning


Modified: trunk/data/qcsrc/server/bot/waypoints.qc
===================================================================
--- trunk/data/qcsrc/server/bot/waypoints.qc	2009-09-25 18:57:40 UTC (rev 7908)
+++ trunk/data/qcsrc/server/bot/waypoints.qc	2009-09-25 18:58:20 UTC (rev 7909)
@@ -4,7 +4,6 @@
 entity waypoint_spawn(vector m1, vector m2, float f)
 {
 	local entity w;
-	local vector org;
 	w = find(world, classname, "waypoint");
 
 	if not(f & WAYPOINTFLAG_PERSONAL)



More information about the nexuiz-commits mailing list