[nexuiz-commits] r8313 - trunk/data/qcsrc/server/bot/havocbot

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 22 13:04:10 EST 2009


Author: div0
Date: 2009-11-22 13:04:10 -0500 (Sun, 22 Nov 2009)
New Revision: 8313

Modified:
   trunk/data/qcsrc/server/bot/havocbot/havocbot.qc
Log:
fix typo


Modified: trunk/data/qcsrc/server/bot/havocbot/havocbot.qc
===================================================================
--- trunk/data/qcsrc/server/bot/havocbot/havocbot.qc	2009-11-22 18:01:07 UTC (rev 8312)
+++ trunk/data/qcsrc/server/bot/havocbot/havocbot.qc	2009-11-22 18:04:10 UTC (rev 8313)
@@ -1282,6 +1282,7 @@
 	self.aistatus |= AI_STATUS_WAYPOINT_PERSONAL_LINKING;
 
 	// if pos is inside a teleport, then let's mark it as teleport waypoint
+	entity head;
 	for(head = world; (head = find(head, classname, "trigger_teleport")); )
 	{
 		entity s, o;



More information about the nexuiz-commits mailing list