X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=286b7a3d3dbfdde33e21975131c2214a691082c6;hb=3d3ebfd0c19b0b6149ae1f8e990de93921e84552;hp=37858af5b6b61fc8b7f9febe6a9d6bcfa60b8af3;hpb=904efd53a80c0dd3ae57a8928bd2652d21b06398;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 37858af5b..286b7a3d3 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -308,10 +308,7 @@ WepSet WEPSET_SUPERWEAPONS; #include "all.inc" -// TODO: remove after 0.8.5. Retains impulse number compatibility because 0.8.1 clients don't reload the weapons.cfg -#define WEP_HARDCODED_IMPULSES 20 - -// TODO: invert after 0.8.5. Will require moving 'best weapon' impulses +// TODO: invert after changes have been made to the hardcoded weapon impulses. Will require moving 'best weapon' impulses #define WEP_IMPULSE_BEGIN 230 #define WEP_IMPULSE_END bound(WEP_IMPULSE_BEGIN, WEP_IMPULSE_BEGIN + (REGISTRY_COUNT(Weapons) - 1) - 1, 253)