]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
add a field for the current switching-to weapon. Finally fixes #648
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index ca9296799e8ecb6134645387c1e66fcaf1267859..120db4d0c223896bf209771a52fb3eed59fa65dd 100644 (file)
@@ -28,7 +28,8 @@ float complain_weapon_time;
 float ps_primary, ps_secondary;
 float ts_primary, ts_secondary;
 
-float last_weapon;
+float last_switchweapon;
+float last_activeweapon;
 float weapontime;
 float weaponprevtime;