]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/defs.qh
Add an option to sort weapons by priority in the weapons panel
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / defs.qh
index 5204e8f36dbcd09f54912bab92b453094914e01c..788c1bac31cce5f699e8ac3884562dd2e5349d9e 100644 (file)
@@ -114,6 +114,7 @@ float bgmtime;
 
 string weaponorder_byimpulse;
 string weaponorder_bypriority;
+bool weapons_orderbyimpulse; // update priority list when toggling this
 
 float vortex_charge_movingavg;