]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items.qh
just draw the fps into full panel size on the engineinfo panel until we might get...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items.qh
index 531a3115baaa8ae9b83a4bff870f90207f3ec233..a410474eb559d98500fc3ad9e12f43743f9ecd95 100644 (file)
@@ -50,8 +50,8 @@ float IT_PICKUPMASK           = 51; // IT_FUEL_REGEN | IT_JETPACK | IT_UNLIMITED
 float  IT_UNLIMITED_AMMO       = 3; // IT_UNLIMITED_SUPERWEAPONS | IT_UNLIMITED_WEAPON_AMMO;
 
 // variables:
-string weaponpriority_hudselector_0;
-string weaponpriority_hudselector_1;
+string weaponorder_byid;
+string weaponorder_byimpulse;
 
 // functions:
 entity get_weaponinfo(float id);