X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=7a9a511a2be129fb6e292c85e2e24f468bcea786;hp=9c7086efc10d6a0060f691718689aecc42508278;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=9c09a961b8674e3a808889d3f34d71855018d3bc diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 9c7086efc1..7a9a511a2b 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -11,4 +11,6 @@ float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Ent_MapVote(); void Net_MapVote_Picture(); + +float mv_active; #endif