]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Move networked wepent to a separate entity (fixes server side stuff like nades and...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index 32f0cab3e062f618c7968c22277af788421e1d8f..46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d 100644 (file)
@@ -4,13 +4,12 @@ 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;