]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/defs.qh
Fix #2364 "Campaign doesn't balance bots in team games according to g_campaign_forcet...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / defs.qh
index 5ce4c3e60c3990a1f1492789ca47dee55cdc9bc6..db1a5afacaed87760c210bde6088c475c7dab29c 100644 (file)
@@ -173,8 +173,9 @@ 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
 
 float vortex_charge_movingavg;