r4610 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Oct 3 10:53:44 EDT 2008


Author: div0
Date: 2008-10-03 10:53:44 -0400 (Fri, 03 Oct 2008)
New Revision: 4610

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
make team radar on by default for testing


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2008-10-03 14:52:25 UTC (rev 4609)
+++ trunk/data/qcsrc/client/View.qc	2008-10-03 14:53:44 UTC (rev 4610)
@@ -342,7 +342,8 @@
 	}
 	else if(teamplay)
 	{
-		if(cvar("cl_teamradar") >= 1)
+		//if(cvar("cl_teamradar") >= 1) // TODO change it back to this
+		if(cvar_string("cl_teamradar") != "0") // (so it is on by default)
 			if(!scoreboard_active)
 				teamradar_view();
 	}




More information about the nexuiz-commits mailing list