r4536 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Sep 28 05:14:08 EDT 2008


Author: div0
Date: 2008-09-28 05:14:05 -0400 (Sun, 28 Sep 2008)
New Revision: 4536

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
less margin on the scoreboard


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-09-28 09:06:55 UTC (rev 4535)
+++ trunk/data/qcsrc/client/sbar.qc	2008-09-28 09:14:05 UTC (rev 4536)
@@ -749,7 +749,7 @@
 		lastpingstime = time;
 	}
 
-	xmin = vid_conwidth / 5;
+	xmin = vid_conwidth / 10;
 	ymin = 20;
 
 	xmax = vid_conwidth - xmin;




More information about the nexuiz-commits mailing list