r3946 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jul 27 07:14:06 EDT 2008


Author: div0
Date: 2008-07-27 07:14:02 -0400 (Sun, 27 Jul 2008)
New Revision: 3946

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
add missing "myteam" var


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-07-27 11:09:16 UTC (rev 3945)
+++ trunk/data/qcsrc/client/sbar.qc	2008-07-27 11:14:02 UTC (rev 3946)
@@ -900,6 +900,8 @@
 	vector sbar_save, place;
 	entity tm, pl, me;
 	sbar_save = sbar;
+	
+	myteam = GetPlayerColor(player_localentnum - 1);
 
 	sbar_y = vid_conheight - (32+12);
 	sbar_x -= margin;




More information about the nexuiz-commits mailing list