]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/miscfunctions.qc
Apply hud_dynamic effects to nade and frost timers too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / miscfunctions.qc
index a0d7b8789c2273ad34ed1cbe9750a2eb795e205c..27940b90c36d0276902b95f7993b7c3ce060a718 100644 (file)
@@ -392,6 +392,8 @@ void DrawCircleClippedPic(vector centre, float radi, string pic, float f, vector
        float d;
        vector ringsize, v, t;
        ringsize = radi * '1 1 0';
+       centre = HUD_Shift(centre);
+       ringsize = HUD_Scale(ringsize);
 
        float co = cos(f * 2 * M_PI);
        float si = sin(f * 2 * M_PI);