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=dbd38fc10f8916510d0ef3c37c624c0c4ef533c4;hb=HEAD;hpb=05fdeffbc9daf1afff532f3577c9be17e097ce42 diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index dbd38fc10..6d7128c33 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -5,6 +5,8 @@ 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; @@ -33,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;