]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote branch 'origin/terencehill/mapvote_fade'
authorRudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 10:16:53 +0000 (11:16 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 10:16:53 +0000 (11:16 +0100)
1  2 
qcsrc/client/mapvoting.qc

index 4d96d5821ca3e6796aa244bad0a5d39697674701,861d1d1d9f8844d5f5dfb9a7b4c4336ddebed712..5baa268fcfffba7616ab3957b9d62fee7e5ff974
@@@ -96,8 -107,9 +106,8 @@@ void MapVote_DrawAbstain(vector pos, fl
        float text_size;
        string label;
        
-       rgb = MapVote_RGB(id);
+       rgb = MapVote_RGB(id, count);
  
 -      drawfont = hud_font;
        pos_y = pos_y + hud_fontsize_y;
        
        label = MapVote_FormatMapItem(id, "Don't care", count, tsize, hud_fontsize);