X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=6d7128c33ca27323d91cd6ba8685fb6ca61ac0e4;hp=25f3993cd2548d19dbea4299d6c8544394d8c40c;hb=HEAD;hpb=e60056d1fb133210db74ea21ad00106c76a5f4d0 diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index 25f3993cd2..6d7128c33c 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -4,8 +4,15 @@ REGISTER_NET_LINKED(ENT_CLIENT_WEPENT) REGISTER_NET_TEMP(CLIENT_WEPENT) .float vortex_charge; -.float okvortex_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 @@ -28,6 +35,10 @@ REGISTER_NET_TEMP(CLIENT_WEPENT) .Weapon switchingweapon; .Weapon switchweapon; + .float m_alpha; + + .int m_skin; + // only for Porto .bool angles_held_status; .vector angles_held;