]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix last commit: I meant to highlight the preview with WHITE (with yellow sucks)
authorterencehill <piuntn@gmail.com>
Mon, 11 Oct 2010 20:33:09 +0000 (22:33 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 11 Oct 2010 20:33:09 +0000 (22:33 +0200)
qcsrc/client/mapvoting.qc

index e1bf7cb7da54f9c793bc6b4478768598163a0ea9..18e0ce1a251b6f7d5cd082e3959dcb7c4f5c7bf8 100644 (file)
@@ -88,7 +88,7 @@ void MapVote_DrawMapItem(vector pos, float isize, float tsize, string map, strin
                drawborderlines(hud_border_thickness, pos, img_size, '0 0 0', 1, DRAWFLAG_NORMAL);
 
        if(id == mv_selection)
-               drawfill(pos, img_size, rgb, 0.1, DRAWFLAG_NORMAL);
+               drawfill(pos, img_size, '1 1 1', 0.1, DRAWFLAG_NORMAL);
 }
 
 void MapVote_DrawAbstain(vector pos, float isize, float tsize, float count, float id)