]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Add a console message when the map is changed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index 77296018da9374ec95e32c25b5a8241060789fd2..46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d 100644 (file)
@@ -3,12 +3,13 @@
 REGISTER_NET_LINKED(ENT_CLIENT_WEPENT)
 REGISTER_NET_TEMP(CLIENT_WEPENT)
 
+.float vortex_charge;
+.int tuba_instrument;
+
 #ifdef SVQC
 
        bool wepent_send(entity this, entity to, int sf);
 
-       void wepent_update(entity this);
-
        void wepent_link(entity wep);
 
        .int m_forceupdate;
@@ -25,4 +26,8 @@ REGISTER_NET_TEMP(CLIENT_WEPENT)
        .Weapon activeweapon;
        .Weapon switchingweapon;
        .Weapon switchweapon;
+
+       // only for Porto
+       .bool angles_held_status;
+       .vector angles_held;
 #endif