X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d;hb=043c62420d67b09a51ccfe47eb34fba43427cd18;hp=32f0cab3e062f618c7968c22277af788421e1d8f;hpb=780b9d9f9de454606f60d35dc10f277484d0ba70;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index 32f0cab3e..46180d7c0 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -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;