X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fwepent.qh;h=556f58194f5ed5298d52f0aad3f4e6ca3f046e2a;hb=97ead695d25a6f24ee9d9837664e05456692af9d;hp=ad2bba02e19a33de8648daf2e65a646fa37d6dd5;hpb=a4f308123b521372793edfb0747dc718de0cfc48;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/wepent.qh b/qcsrc/common/wepent.qh index ad2bba02e1..556f58194f 100644 --- a/qcsrc/common/wepent.qh +++ b/qcsrc/common/wepent.qh @@ -5,10 +5,14 @@ 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 @@ -31,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;