]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
Accuracy: share with spectators
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index a00a9c3a4c2188f3ca0c3044561f35379c38a926..7403d283582c97e4b68677a73ba94c377f8c3d08 100644 (file)
@@ -339,8 +339,9 @@ int weaponorder_cmp(int i, int j, entity pass)
        return aj - ai; // the string is in REVERSE order (higher prio at the right is what we want, but higher prio first is the string)
 }
 
-void HUD_Weapons(void)
-{SELFPARAM();
+void HUD_Weapons()
+{
+       SELFPARAM();
        // declarations
        WepSet weapons_stat = WepSet_GetFromStat();
        int i;