]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
set mod_active = 1 from the domination mod panel
authorFruitieX <rasse@rasse-laptop.(none)>
Thu, 21 Oct 2010 20:35:27 +0000 (23:35 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Thu, 21 Oct 2010 20:35:27 +0000 (23:35 +0300)
qcsrc/client/hud.qc

index c8e9b91ebb638f0d69c4eee40227262301d6fe82..23405fef6e4107ea5c2ae85b93b170082d8b2e43 100644 (file)
@@ -4409,6 +4409,7 @@ void DrawDomItem(vector myPos, vector mySize, float aspect_ratio, float i)
 
 void HUD_Mod_Dom(vector myPos, vector mySize)
 {
+       mod_active = 1; // required in each mod function that always shows something
        entity tm;
        float teams_count;
        for(tm = teams.sort_next; tm; tm = tm.sort_next)