From a5e312f10db45ca50ce28c7cbc3bedaac5b2d75f Mon Sep 17 00:00:00 2001 From: FruitieX Date: Thu, 21 Oct 2010 23:35:27 +0300 Subject: [PATCH] set mod_active = 1 from the domination mod panel --- qcsrc/client/hud.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index c8e9b91eb..23405fef6 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -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) -- 2.39.2