r4615 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 3 11:19:28 EDT 2008


Author: div0
Date: 2008-10-03 11:19:28 -0400 (Fri, 03 Oct 2008)
New Revision: 4615

Modified:
   trunk/data/qcsrc/server/cl_impulse.qc
Log:
fteqcc, why did this compile? Now REALLY fixed.


Modified: trunk/data/qcsrc/server/cl_impulse.qc
===================================================================
--- trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:15:28 UTC (rev 4614)
+++ trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:19:28 UTC (rev 4615)
@@ -227,7 +227,7 @@
 				if(self.deadflag == DEAD_NO && teams_matter)
 				{
 					WaypointSprite_Attach("helpme", TRUE);
-					if(waypointsprite_attachedforcarrier) // this can also be the FLAG CARRIER sprite
+					if(self.waypointsprite_attachedforcarrier) // this can also be the FLAG CARRIER sprite
 					{
 						WaypointSprite_UpdateTeamRadar(self.waypointsprite_attachedforcarrier, RADARICON_HELPME, '1 1 0');
 						WaypointSprite_Ping(self.waypointsprite_attachedforcarrier);




More information about the nexuiz-commits mailing list