X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=d6db7745b9fe1cc5e1ebc8f0f0edcfca78382214;hb=e3363db1ed370ea04efcdfc897c97d6c5d1b2222;hp=ee420925692f9dcc9dfc3906c938b09e4c638b41;hpb=1c9d0b4994d43c970e3fa02f651b5f5d79765e5b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index ee4209256..d6db7745b 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -4,14 +4,20 @@ REGISTER_NET_LINKED(ENT_CLIENT_WEPENT) REGISTER_NET_TEMP(CLIENT_WEPENT) .float vortex_charge; +.float vortex_chargepool_ammo; +.float oknex_charge; +.float oknex_chargepool_ammo; .int tuba_instrument; +.int minelayer_mines; +.float arc_heat_percent; +.int hagar_load; +.int clip_load; +.int clip_size; #ifdef SVQC bool wepent_send(entity this, entity to, int sf); - void wepent_update(entity this); - void wepent_link(entity wep); .int m_forceupdate;