From: Mario Date: Mon, 30 Sep 2019 13:53:39 +0000 (+1000) Subject: Add a note about weaponorder_byimpulse X-Git-Tag: xonotic-v0.8.5~1253^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b31580d64eee1c3ee3fd2abf53495aca22d8a754;p=xonotic%2Fxonotic-data.pk3dir.git Add a note about weaponorder_byimpulse --- diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index 4925ba51e..db1a5afac 100644 --- a/qcsrc/client/defs.qh +++ b/qcsrc/client/defs.qh @@ -173,7 +173,7 @@ REPLICATE(cvar_cl_weaponpriorities[9], string, "cl_weaponpriority9"); float bgmtime; -string weaponorder_byimpulse; +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