]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/scoreboard.qc
Final touches and cleanups. Code is now go!
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / scoreboard.qc
index 4000f30a70e00e8ec5792b7994a7746a2eea2b5e..2fdf0d22034b2cd9f9f285db4686c9acbda31531 100644 (file)
@@ -976,7 +976,6 @@ vector HUD_DrawScoreboardAccuracyStats(vector pos, vector rgb, vector bg_size)
                        float padding;
                        padding = (weapon_width - stringwidth(s, FALSE, '1 0 0' * fontsize)) / 2; // center the accuracy value
 
-                       float weapon_hit, weapon_damage;
                        weapon_damage = weapon_fired[self.weapon-WEP_FIRST];
                        if(weapon_damage)
                        {