]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/View.qc
More fun stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / View.qc
index 220e44260dcaae33f913f695a7fbda6ccbea7ac6..310b47d70def78e40a15d8873b5e964f7f0ba6b4 100644 (file)
@@ -784,7 +784,7 @@ void UpdateCrosshair()
 
                                float ok_ammo_charge, ok_ammo_chargepool;
                                ok_ammo_charge = getstatf(STAT_OK_AMMO_CHARGE);
-                               ok_ammo_chargepool = getstatf(STAT_OK_AMMO_CHARGEPOOl);
+                               ok_ammo_chargepool = getstatf(STAT_OK_AMMO_CHARGEPOOL);
 
                                float vortex_charge, vortex_chargepool;
                                vortex_charge = getstatf(STAT_VORTEX_CHARGE);
@@ -1702,8 +1702,8 @@ void CSQC_UpdateView(float w, float h)
        scoreboard_active = HUD_WouldDrawScoreboard();
 
        UpdateDamage();
-       UpdateHitsound();
        UpdateCrosshair();
+       UpdateHitsound();
 
        if(NextFrameCommand)
        {