X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=556f58194f5ed5298d52f0aad3f4e6ca3f046e2a;hb=22aaaadbb539933f8ddfc09fc04095f18c139df2;hp=46180d7c0b4e2c82fe02ee5fb6f6e1e8b8234c0d;hpb=d365412f17cdfe9f8cc49fbeb54f9a636352fab5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index 46180d7c0..556f58194 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -4,7 +4,15 @@ 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 @@ -27,6 +35,8 @@ REGISTER_NET_TEMP(CLIENT_WEPENT) .Weapon switchingweapon; .Weapon switchweapon; + .float m_alpha; + // only for Porto .bool angles_held_status; .vector angles_held;