From: terencehill Date: Sat, 23 Feb 2013 10:51:31 +0000 (+0100) Subject: Fade the map voting cursor away when opening the menu, just like in hud config mode X-Git-Tag: xonotic-v0.7.0~62^2~29^2 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=5bdf7d71d7597602476c189f4b6a0002ee8580aa;p=xonotic%2Fxonotic-data.pk3dir.git Fade the map voting cursor away when opening the menu, just like in hud config mode --- diff --git a/qcsrc/client/mapvoting.qc b/qcsrc/client/mapvoting.qc index 192817bbc..9feb6e826 100644 --- a/qcsrc/client/mapvoting.qc +++ b/qcsrc/client/mapvoting.qc @@ -260,7 +260,7 @@ void MapVote_Draw() MapVote_DrawAbstain(pos, isize, xmax - xmin, tmp, i); } - drawpic(mv_mousepos, strcat("gfx/menu/", autocvar_menu_skin, "/cursor.tga"), '32 32 0', '1 1 1', autocvar_hud_panel_fg_alpha, DRAWFLAG_NORMAL); + drawpic(mv_mousepos, strcat("gfx/menu/", autocvar_menu_skin, "/cursor.tga"), '32 32 0', '1 1 1', 1 - autocvar__menu_alpha, DRAWFLAG_NORMAL); } void Cmd_MapVote_MapDownload(float argc)