r4614 - trunk/data/qcsrc/server

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


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

Modified:
   trunk/data/qcsrc/server/cl_impulse.qc
Log:
compile fix for last commit


Modified: trunk/data/qcsrc/server/cl_impulse.qc
===================================================================
--- trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:14:47 UTC (rev 4613)
+++ trunk/data/qcsrc/server/cl_impulse.qc	2008-10-03 15:15:28 UTC (rev 4614)
@@ -229,8 +229,8 @@
 					WaypointSprite_Attach("helpme", TRUE);
 					if(waypointsprite_attachedforcarrier) // this can also be the FLAG CARRIER sprite
 					{
-						WaypointSprite_UpdateTeamRadar(waypointsprite_attachedforcarrier, RADARICON_HELPME, '1 1 0');
-						WaypointSprite_Ping(waypointsprite_attachedforcarrier);
+						WaypointSprite_UpdateTeamRadar(self.waypointsprite_attachedforcarrier, RADARICON_HELPME, '1 1 0');
+						WaypointSprite_Ping(self.waypointsprite_attachedforcarrier);
 					}
 					sprint(self, "HELP ME attached\n");
 				}




More information about the nexuiz-commits mailing list