]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
OK weapons: Give them unique icons and kill messages.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index ee420925692f9dcc9dfc3906c938b09e4c638b41..dcd08d45f099678706f70e2c71a8bd99819c5d0a 100644 (file)
@@ -4,14 +4,13 @@ REGISTER_NET_LINKED(ENT_CLIENT_WEPENT)
 REGISTER_NET_TEMP(CLIENT_WEPENT)
 
 .float vortex_charge;
+.float oknex_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;