]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove unnecessary draw function to hide scoreboard
authorLegendaryGuard <rootuser999@gmail.com>
Wed, 6 Jul 2022 23:54:38 +0000 (01:54 +0200)
committerLegendaryGuard <rootuser999@gmail.com>
Wed, 6 Jul 2022 23:54:38 +0000 (01:54 +0200)
qcsrc/common/mutators/mutator/nades/nades.qh

index 5a79e85019e6a00be5f75a1ab67025e65379ee60..b88374a3e600bd2fecc0012b7938ceabcf1c7e33 100644 (file)
@@ -220,7 +220,7 @@ void HUD_DarkBlinking()
        drawfill function parameters (qcsrc/dpdefs/menudefs.qc):
        float drawfill(vector position, vector size, vector rgb, float alpha, float flag)
        */
-       drawfill('0 0 0', bottomright, '0.23 0 0.23', 0.98, DRAWFLAG_NORMAL);
+       drawfill('0 0 0', bottomright, '0.23 0 0.23', 0.986, DRAWFLAG_NORMAL);
 }
 
 #elif defined(SVQC)
@@ -247,12 +247,6 @@ bool darkblink;
 
 REGISTER_MUTATOR(cl_darkblink, true);
 
-// TODO: Shouldn't draw in scoreboard HUD?
-/*MUTATOR_HOOKFUNCTION(cl_darkblink, DrawScoreboard)
-{
-       return darkblink;
-}*/
-
 MUTATOR_HOOKFUNCTION(cl_darkblink, HUD_Draw_overlay)
 {
        if(!darkblink)