r3874 - in branches/nexuiz-2.0: . data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 21 12:10:26 EDT 2008


Author: div0
Date: 2008-07-21 12:10:26 -0400 (Mon, 21 Jul 2008)
New Revision: 3874

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/client/mapvoting.qc
Log:
r3873 | blub0 | 2008-07-21 18:08:26 +0200 (Mon, 21 Jul 2008) | 1 line
spmspmspm... is officially allowed to go out of the screen :P

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2008-07-21 16:08:26 UTC (rev 3873)
+++ branches/nexuiz-2.0/.patchsets	2008-07-21 16:10:26 UTC (rev 3874)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-3870
+revisions_applied = 1-3873

Modified: branches/nexuiz-2.0/data/qcsrc/client/mapvoting.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/client/mapvoting.qc	2008-07-21 16:08:26 UTC (rev 3873)
+++ branches/nexuiz-2.0/data/qcsrc/client/mapvoting.qc	2008-07-21 16:10:26 UTC (rev 3874)
@@ -32,8 +32,6 @@
 	
 	drawstring(pos - '40 0', strcat(ftos(id+1), "."), img_size, rgb, 1, DRAWFLAG_NORMAL);
 
-	// half again for the mapname
-	img_size = img_size * 0.5; // *= broken???
 	pos_y += img_size_y*0.5;
 	pos_x += isize/0.75 + 10;
 
@@ -68,7 +66,6 @@
 	
 	drawstring(pos - '40 0', strcat(ftos(id+1), "."), img_size, rgb, 1, DRAWFLAG_NORMAL);
 	
-	img_size = img_size * 0.5; // *= broken???
 	pos_y += img_size_y*0.5;
 	pos_x += isize/0.75 + 10;
 
@@ -95,7 +92,6 @@
 	
 	drawstring(pos - '40 0', strcat(ftos(id+1), "."), img_size, rgb, 1, DRAWFLAG_NORMAL);
 	
-	img_size = img_size * 0.5; // *= broken???
 	pos_y += img_size_y*0.5;
 	pos_x += isize/0.75 + 10;
 




More information about the nexuiz-commits mailing list