]> 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 ee420925692f9dcc9dfc3906c938b09e4c638b41..46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d 100644 (file)
@@ -10,8 +10,6 @@ REGISTER_NET_TEMP(CLIENT_WEPENT)
 
        bool wepent_send(entity this, entity to, int sf);
 
-       void wepent_update(entity this);
-
        void wepent_link(entity wep);
 
        .int m_forceupdate;