X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud.qc;h=b9e3ca6f1f2a73f9ac579bb1958b4ffb04517463;hb=0ee74987765518ffed584a790f90607c3f3f8e71;hp=a78177b1991c5783e5e9b185cc5225d6a0d447d3;hpb=ad8f3ce1398d7fa2204c0282b1d0f84838ca0e92;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index a78177b19..b9e3ca6f1 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -421,7 +421,7 @@ float GetAmmoStat(float i) } } -float GetAmmoTypeForWep(float i) +float GetAmmoTypeForWep(float i) // WEAPONTODO { switch(i) { @@ -436,7 +436,7 @@ float GetAmmoTypeForWep(float i) case WEP_NEX: return 3; case WEP_RIFLE: return 1; case WEP_HAGAR: return 2; - case WEP_ROCKET_LAUNCHER: return 2; + case WEP_DEVASTATOR: return 2; case WEP_SEEKER: return 2; case WEP_FIREBALL: return 4; case WEP_HOOK: return 3;