X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=705d5dfe5c4047e0175c929f6e24f51828fab4d7;hb=21dd2c7bcc4d6de80ad92e5070c6f579e0526ed4;hp=8d184a95d7417609280f3f58263b59912c7e8b7b;hpb=837c32688ad1f1548e7d4cf4339691181c2bb6ff;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 8d184a95d..705d5dfe5 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,6 +1,11 @@ #pragma once #include + +bool autocvar_cl_readpicture_force; +float autocvar_hud_panel_mapvote_highlight_border = 1; +string autocvar_menu_skin; // gamemode icons are controlled by the menu skin + void MapVote_Draw(); bool PreviewExists(string name); @@ -12,4 +17,5 @@ float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Net_MapVote_Picture(); float mv_active; +int mv_winner; float xmin, xmax, ymin, ymax;