]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Merge branch 'master' into Lyberta/StandaloneOverkillWeapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index ee420925692f9dcc9dfc3906c938b09e4c638b41..25f3993cd2548d19dbea4299d6c8544394d8c40c 100644 (file)
@@ -4,14 +4,13 @@ REGISTER_NET_LINKED(ENT_CLIENT_WEPENT)
 REGISTER_NET_TEMP(CLIENT_WEPENT)
 
 .float vortex_charge;
+.float okvortex_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;