r4124 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 12 14:33:49 EDT 2008


Author: div0
Date: 2008-08-12 14:33:49 -0400 (Tue, 12 Aug 2008)
New Revision: 4124

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
oops... hide crosshair when scoreboard is forced too


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-08-12 17:36:11 UTC (rev 4123)
+++ trunk/data/qcsrc/client/sbar.qc	2008-08-12 18:33:49 UTC (rev 4124)
@@ -1301,6 +1301,8 @@
 		return 1;
 	else if (getstati(STAT_HEALTH) <= 0 && cvar("cl_deathscoreboard"))
 		return 1;
+	else if(sb_showscores_force)
+		return 1;
 	return 0;
 }
 




More information about the nexuiz-commits mailing list