X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdefs.qh;h=0cf71294a78936db18f480c5af6eb4047468405c;hb=a2c814deeb0ca978455f96c11992c75a4d87d707;hp=db1a5afacaed87760c210bde6088c475c7dab29c;hpb=bac31b218e747443d2e4c1f8d6b26b2bb71dddb8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index db1a5afac..0cf71294a 100644 --- a/qcsrc/client/defs.qh +++ b/qcsrc/client/defs.qh @@ -173,10 +173,6 @@ REPLICATE(cvar_cl_weaponpriorities[9], string, "cl_weaponpriority9"); float bgmtime; -string weaponorder_byimpulse; // NOTE: this is a misnomer, weapon order is not always sorted by impulse -string weaponorder_bypriority; -bool weapons_orderbyimpulse; // update priority list when toggling this - float vortex_charge_movingavg; int serverflags;