]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Support independent held porto angles
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index 0064b1f61c9a532628b6e4d5b2924291b66d8fba..32f0cab3e062f618c7968c22277af788421e1d8f 100644 (file)
@@ -27,4 +27,8 @@ REGISTER_NET_TEMP(CLIENT_WEPENT)
        .Weapon activeweapon;
        .Weapon switchingweapon;
        .Weapon switchweapon;
+
+       // only for Porto
+       .bool angles_held_status;
+       .vector angles_held;
 #endif