]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qc
Since accuracy colors aren't used exclusively by the HUD weapons panel, rename hud_pa...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qc
index 906b339bf894f68a865beb8b36d7ed930ab6ab68..ec17dfca77efe473c73a5146513c1744f6820fe8 100644 (file)
@@ -955,7 +955,7 @@ vector HUD_DrawScoreboardAccuracyStats(vector pos, vector rgb, vector bg_size)
                rgb = '1 1 1';
        else if (acc_col_x[0] == -1)
                for (i = 0; i < acc_levels; ++i)
-                       acc_col[i] = stov(cvar_string(strcat("hud_panel_weapons_accuracy_color", ftos(i))));
+                       acc_col[i] = stov(cvar_string(strcat("accuracy_color", ftos(i))));
 
        for(i = WEP_FIRST; i <= WEP_LAST; ++i)
        {