r3873 - trunk/data/qcsrc/client
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Mon Jul 21 12:08:26 EDT 2008
    
    
  
Author: blub0
Date: 2008-07-21 12:08:26 -0400 (Mon, 21 Jul 2008)
New Revision: 3873
Modified:
   trunk/data/qcsrc/client/mapvoting.qc
Log:
spmspmspm... is officially allowed to go out of the screen :P
Modified: trunk/data/qcsrc/client/mapvoting.qc
===================================================================
--- trunk/data/qcsrc/client/mapvoting.qc	2008-07-21 15:57:08 UTC (rev 3872)
+++ trunk/data/qcsrc/client/mapvoting.qc	2008-07-21 16:08:26 UTC (rev 3873)
@@ -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