]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/wepent.qh
Fix animations when weapon states do not match
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / wepent.qh
index 77296018da9374ec95e32c25b5a8241060789fd2..0064b1f61c9a532628b6e4d5b2924291b66d8fba 100644 (file)
@@ -3,6 +3,8 @@
 REGISTER_NET_LINKED(ENT_CLIENT_WEPENT)
 REGISTER_NET_TEMP(CLIENT_WEPENT)
 
+.float vortex_charge;
+
 #ifdef SVQC
 
        bool wepent_send(entity this, entity to, int sf);